summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 05:35:32 +0000
committerjlam <jlam>2005-05-22 05:35:32 +0000
commit2901e41f3db308b64ed1adb51e919c3fc483bc49 (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /x11/xscreensaver/Makefile.common
parent44450b55820c29768f135e85f7062da218a39f1e (diff)
downloadpkgsrc-2901e41f3db308b64ed1adb51e919c3fc483bc49.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 'x11/xscreensaver/Makefile.common')
-rw-r--r--x11/xscreensaver/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common
index 7773cf0d310..b82ddfe5807 100644
--- a/x11/xscreensaver/Makefile.common
+++ b/x11/xscreensaver/Makefile.common
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --without-pam
CONFIGURE_ENV+= X_PRE_LIBS=-lXt
CONFIGURE_ENV+= ac_cv_x_app_defaults="${PREFIX}/lib/X11/app-defaults"
-CONFIGURE_ENV+= PERL="${PERL5}" ac_cv_perl_version="${PERL_VERSION_cmd:sh}"
+CONFIGURE_ENV+= ac_cv_perl_version="${PERL_VERSION_cmd:sh}"
CONFIGURE_ENV+= INTLTOOL_PERL="${PERL5}"
.if defined(PKGREVISION)
CONFIGURE_ENV+= X_CFLAGS="-DPKGREVISION=${PKGREVISION}"