[Midnightbsd-cvs] mports [16026] trunk/net-im/ysm/Makefile: gmake

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 3 20:20:36 EST 2014


Revision: 16026
          http://svnweb.midnightbsd.org/mports/?rev=16026
Author:   laffer1
Date:     2014-03-03 20:20:36 -0500 (Mon, 03 Mar 2014)
Log Message:
-----------
gmake

Modified Paths:
--------------
    trunk/net-im/ysm/Makefile

Modified: trunk/net-im/ysm/Makefile
===================================================================
--- trunk/net-im/ysm/Makefile	2014-03-04 01:13:38 UTC (rev 16025)
+++ trunk/net-im/ysm/Makefile	2014-03-04 01:20:36 UTC (rev 16026)
@@ -15,12 +15,11 @@
 USE_CSTD=	c89
 .endif
 
-USES=		iconv
+USES=		iconv gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -liconv
+LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 
 MAN1=		ysm.1
 PLIST_FILES=	bin/ysm



More information about the Midnightbsd-cvs mailing list