diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:31:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:31:18 +0000 |
commit | cf50f6e5a7f39a88c557c8eda8927c6ec91cd00d (patch) | |
tree | 384e33939f024563cc870a7424dc42af807d5023 /print | |
parent | 398cb808fcdac5508caf45ced41491efae71389f (diff) | |
download | ports-cf50f6e5a7f39a88c557c8eda8927c6ec91cd00d.tar.gz ports-cf50f6e5a7f39a88c557c8eda8927c6ec91cd00d.zip |
- Use USES=gmake
Notes
Notes:
svn path=/head/; revision=331575
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 |