summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-08 03:00:29 +0000
committerjlam <jlam@pkgsrc.org>2004-02-08 03:00:29 +0000
commit75f431d969f29ed2e62ab970d189c492a40ef738 (patch)
treed67c38589f0a70653612f61a7f96e8c870fc484e /print/cups
parent3f0c4ee09a7f8e9149550c82e83b658ffc55645f (diff)
downloadpkgsrc-75f431d969f29ed2e62ab970d189c492a40ef738.tar.gz
PKGLIBTOOL and PKGSHLIBTOOL are no more.
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 4b7927bff2f..a5005a17892 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2004/01/24 14:58:00 grant Exp $
+# $NetBSD: Makefile,v 1.73 2004/02/08 03:00:29 jlam Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --with-rcdir=${RCD_SCRIPTS_DIR}
CONFIGURE_ARGS+= --with-cups-user=${CUPS_USER}
CONFIGURE_ARGS+= --with-cups-group=${CUPS_GROUP}
CONFIGURE_ARGS+= --with-manext=bsd
-CONFIGURE_ARGS+= --enable-libtool-unsupported="${PKGLIBTOOL} ${LIBTOOL_FLAGS}"
+CONFIGURE_ARGS+= --enable-libtool-unsupported="${LIBTOOL} ${LIBTOOL_FLAGS}"
CONFIGURE_ARGS+= --enable-slp
CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ENV+= DSOFLAGS="${LDFLAGS}"