- Stage support

- Convert to USE_MAKE to USES
This commit is contained in:
Martin Wilke 2014-02-17 05:25:10 +00:00
parent 609d5054e7
commit 6d490dfba7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344659

View File

@ -14,14 +14,12 @@ COMMENT= Support library for gnome cups administration
LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client
USES= pkgconfig gettext
USES= pkgconfig gettext gmake
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack ltverhack glib20
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.mk>