summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 05:35:32 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 05:35:32 +0000
commit48781afdbbd269b8ceaed59acae75d853875a642 (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /wm
parent7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff)
downloadpkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.tar.gz
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
Diffstat (limited to 'wm')
-rw-r--r--wm/afterstep1/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/afterstep1/Makefile b/wm/afterstep1/Makefile
index 0b22af25bbe..e7f5e38bcae 100644
--- a/wm/afterstep1/Makefile
+++ b/wm/afterstep1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:45 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 05:35:33 jlam Exp $
DISTNAME= AfterStep-1.8.11
PKGNAME= ${DISTNAME:S/AfterStep/afterstep/}
@@ -24,7 +24,6 @@ CONFIGURE_ARGS+= --disable-staticlibs
CONFIGURE_ARGS+= --disable-xinerama
CONFIGURE_ARGS+= --with-helpcommand=xpman
CONFIGURE_ARGS+= --with-xpm-includes='${BUILDLINK_DIR}/include/X11'
-CONFIGURE_ENV+= PERL='${LOCALBASE}/bin/perl'
CONFIGURE_ENV+= ac_cv_prog_sgmltools='no'
post-patch: