diff options
author | rh <rh@pkgsrc.org> | 2002-01-25 00:19:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-01-25 00:19:51 +0000 |
commit | 95515284c61e3643915fe759631baa5029f04c0a (patch) | |
tree | 8289e1106f36d29eae40dfa53c6b7459f9196eb5 | |
parent | 138e99980f1c9cf0a6839d897ad8a73d16ff50e9 (diff) | |
download | pkgsrc-95515284c61e3643915fe759631baa5029f04c0a.tar.gz |
USE_X11BASE so this actually compiles without xpkgwedge.
-rw-r--r-- | www/skipstone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index 932bb24c1fe..80d5f8fe7b9 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/24 13:47:02 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/25 00:19:51 rh Exp $ # DISTNAME= skipstone-0.7.8 @@ -12,6 +12,7 @@ COMMENT= Gtk+ web browser that embeds Mozilla's renderer DEPENDS+= mozilla>=0.9.7:../../www/mozilla USE_GMAKE= yes +USE_X11BASE= yes MAKE_ENV+= X11PREFIX="${X11PREFIX}" |