diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-25 21:31:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-25 21:31:18 +0800 |
commit | 77e454de7afe43fbd7111ab1a2ee8ee129e5b0fb (patch) | |
tree | 384e33939f024563cc870a7424dc42af807d5023 /print | |
parent | ad95a0ae90d99a603725c258048b3c898e668ba9 (diff) | |
download | freebsd-ports-gnome-77e454de7afe43fbd7111ab1a2ee8ee129e5b0fb.tar.gz freebsd-ports-gnome-77e454de7afe43fbd7111ab1a2ee8ee129e5b0fb.tar.zst freebsd-ports-gnome-77e454de7afe43fbd7111ab1a2ee8ee129e5b0fb.zip |
- Use USES=gmake
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index a12f33e588a4..90ad2eaa8c10 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -19,7 +19,7 @@ CONFLICTS= LPRng-[0-9]* UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes -USE_GMAKE= yes +USES+= gmake GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include |