diff options
author | wiz <wiz> | 2002-11-06 11:11:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-06 11:11:39 +0000 |
commit | 139823e714b6cd56f5dfb39c8399303709e300da (patch) | |
tree | 4ace6004580b12d3d7ab969fc4e8d5432ecf48ea /x11 | |
parent | 5bf9eee2f594c10c45a6ad249c8a60181d1441d9 (diff) | |
download | pkgsrc-139823e714b6cd56f5dfb39c8399303709e300da.tar.gz |
s/USE_X11/USE_X11BASE/, 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-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index fefba1dc5c3..ea922431555 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/10/28 22:37:11 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2002/11/06 11:11:39 wiz Exp $ # +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/-/-gnome-/} COMMENT= Screen saver and locker for the X window system (with GNOME support) |