diff options
author | salo <salo@pkgsrc.org> | 2003-09-04 13:09:43 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-09-04 13:09:43 +0000 |
commit | 9a6b5ae76001c2fa0d6dbe44c7f84078d668e16a (patch) | |
tree | 9ac2d38da1d8612acad9127e27fde444aad11586 /wm | |
parent | 63e9a0945c34ad9521764a8b3abb019b6d3dbe1b (diff) | |
download | pkgsrc-9a6b5ae76001c2fa0d6dbe44c7f84078d668e16a.tar.gz |
USE_X11BASE -> USE_X11 to sync with wm/enlightenment move.
Fixes PR pkg/22681 by Michal Pasternak.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ethemes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/ethemes/Makefile b/wm/ethemes/Makefile index 131ce1e41bf..3c9559964c9 100644 --- a/wm/ethemes/Makefile +++ b/wm/ethemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:55:11 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/04 13:09:43 salo Exp $ # # There is no distinfo file since the files change contents so often on the @@ -6,7 +6,7 @@ # DISTNAME= ethemes-0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 wm MASTER_SITES= ftp://themes.org/pub/themes/e/ DISTFILES= ${E_THEMES} @@ -18,7 +18,7 @@ COMMENT= Themes for the window manager Enlightenment DEPENDS+= enlightenment>=0.16.2:../../wm/enlightenment DIST_SUBDIR= ethemes -USE_X11BASE= yes +USE_X11= yes NO_BUILD= yes NO_CONFIGURE= yes NO_CHECKSUM= yes |