summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/LPRng-core/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile
index e7695759d58..77dab154872 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2005/06/01 18:51:57 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/23 21:36:01 kristerw Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://ftp.lprng.com/pub/LPRng/LPRng/ \
http://www.lprng.com/DISTRIB/LPRng/ \
@@ -14,7 +15,7 @@ COMMENT= Enhanced Printer Spooler
CONFLICTS+= cups-[0-9]*
-USE_TOOLS+= gmake
+USE_TOOLS+= chgrp chown gmake
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
@@ -25,6 +26,8 @@ CONFIGURE_ARGS+= --with-printcap_path="${PRINTCAP_PATH}"
CONFIGURE_ARGS+= --with-filterdir="${FILTER_DIR}"
CONFIGURE_ARGS+= --with-filter_path="${FILTER_PATH}"
CONFIGURE_ARGS+= --with-ld_library_path="${FILTER_LD_PATH}"
+CONFIGURE_ENV+= ac_cv_path_CHGRP="${TOOLS_CHGRP}"
+CONFIGURE_ENV+= ac_cv_path_CHOWN="${TOOLS_CHOWN}"
.include "options.mk"