summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2002-11-06 11:11:38 +0000
committerwiz <wiz>2002-11-06 11:11:38 +0000
commitd7c2bf9186363ddd5a270a95f37e553d54554150 (patch)
tree18f370168d7978f0518a5aae8616c7471e810469 /x11
parent0d25946fa92e2ecc13412d5d72b74c720dd7c4fe (diff)
downloadpkgsrc-d7c2bf9186363ddd5a270a95f37e553d54554150.tar.gz
s/USE_X11BASE/USE_X11/, and bump PKGREVISION.
Fixes package on systems that _do not_ use xpkgwedge. Problem reported and fix tested by atatat.
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common
index 07edefbd4f0..bb88406f2c9 100644
--- a/x11/xscreensaver/Makefile.common
+++ b/x11/xscreensaver/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2002/10/30 11:34:41 tron Exp $
+# $NetBSD: Makefile.common,v 1.41 2002/11/06 11:11:38 wiz Exp $
#
DISTNAME= xscreensaver-4.06
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.jwz.org/xscreensaver/
USE_BUILDLINK2= yes
-USE_X11BASE= yes
+USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-hackdir=${PREFIX}/libexec/xscreensaver
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --without-shadow
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}"
-MAKE_ENV+= KDEDIR=${X11PREFIX}
+MAKE_ENV+= KDEDIR=${PREFIX}
DISTINFO_FILE= ${.CURDIR}/../xscreensaver/distinfo
FILESDIR= ${.CURDIR}/../xscreensaver/files