diff options
author | jmmv <jmmv> | 2003-01-29 15:51:05 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-29 15:51:05 +0000 |
commit | b640bab2f0eeae814bfdb696eae0e700c580f557 (patch) | |
tree | c445328120100bb6b33278c4e836009d29dc4518 /wm/sawfish-themes | |
parent | 5f19763da5c455bd14c9dabcce748eea1d830625 (diff) | |
download | pkgsrc-b640bab2f0eeae814bfdb696eae0e700c580f557.tar.gz |
Define USE_X11BASE to match sawfish, so themes are installed together
with the wm. Bump PKGREVISION.
Pointed out by entropy at tappedin.com in tech-pkg.
Diffstat (limited to 'wm/sawfish-themes')
-rw-r--r-- | wm/sawfish-themes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/sawfish-themes/Makefile b/wm/sawfish-themes/Makefile index a4413827d7e..1a8d9d3cc5c 100644 --- a/wm/sawfish-themes/Makefile +++ b/wm/sawfish-themes/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/01/19 04:08:26 salo Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/29 15:51:05 jmmv Exp $ DISTNAME= sawfish-themes-0.2 +PKGREVISION= 1 CATEGORIES= x11 wm DYNAMIC_MASTER_SITES= yes DISTFILES= ${SAWFISH_THEMES} @@ -18,6 +19,7 @@ PLIST_SRC= ${WRKDIR}/PLIST NO_BUILD= yes NO_CONFIGURE= yes NO_PATCH= yes +USE_X11BASE= yes .include "../../mk/bsd.prefs.mk" |