summaryrefslogtreecommitdiff
path: root/print/LPRng-core
diff options
context:
space:
mode:
authorgrant <grant>2004-01-24 14:50:05 +0000
committergrant <grant>2004-01-24 14:50:05 +0000
commit6663947a3c2e07aae4da8723fff2fd6cf29feb04 (patch)
treec90baa35ff63b597274e6b68d99b6f5459d430a4 /print/LPRng-core
parentb377bcd2f387ca7bf4ba46221a9178475765e486 (diff)
downloadpkgsrc-6663947a3c2e07aae4da8723fff2fd6cf29feb04.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'print/LPRng-core')
-rw-r--r--print/LPRng-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile
index 493bf475747..1fa8d8187a3 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:52:21 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 14:57:59 grant Exp $
# FreeBSD Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp
#
@@ -14,7 +14,7 @@ COMMENT= Enhanced Printer Spooler
CONFLICTS+= cups-[0-9]*
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --sysconfdir="/etc"
CONFIGURE_ARGS+= --with-lpd_perms_path="${LPD_PERMS_PATH}"