diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:25:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:25:10 +0000 |
commit | 6d490dfba7245e0f0ecc849939768847e96d1f6f (patch) | |
tree | e25a1b81e0e6e5dab854a5534b3ce7d331661f52 /print | |
parent | 609d5054e7cc6adec9b1b0a6a116199990e67da0 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomecups/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index c6a4fee28fe9..2149302507f9 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -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> |