diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-23 02:08:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-23 02:08:51 +0000 |
commit | ec8f6ad65a697ad9e57e902b2cce2527c35df31b (patch) | |
tree | d92beec319e32b48cd65ebcc04c0681dd598dc30 /www/amaya/Makefile | |
parent | 077cab978bb14eef592c458d6341db4b9cf5a864 (diff) | |
download | pkgsrc-ec8f6ad65a697ad9e57e902b2cce2527c35df31b.tar.gz |
Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 05c421ee7f5..a11d5764851 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/03/13 17:37:49 fredb Exp $ +# $NetBSD: Makefile,v 1.17 2002/04/23 02:08:54 jlam Exp $ DISTNAME= amaya-src-5.1 PKGNAME= amaya-5.1 @@ -16,6 +16,7 @@ COMMENT= Web Browser/Editor from the World Wide Web Consortium EXTRACT_ELEMENTS= Amaya USE_BUILDLINK_ONLY= yes +USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |