diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 13:25:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 13:25:10 +0800 |
commit | c67f4e54814054f6fb95673d9ed8e90197ad8ee6 (patch) | |
tree | e25a1b81e0e6e5dab854a5534b3ce7d331661f52 /print | |
parent | 81d0e12e20009063c32475347bf0e9e30f0c0874 (diff) | |
download | freebsd-ports-gnome-c67f4e54814054f6fb95673d9ed8e90197ad8ee6.tar.gz freebsd-ports-gnome-c67f4e54814054f6fb95673d9ed8e90197ad8ee6.tar.zst freebsd-ports-gnome-c67f4e54814054f6fb95673d9ed8e90197ad8ee6.zip |
- Stage support
- Convert to USE_MAKE to USES
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> |