diff options
author | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
commit | e892b539f927cfe443259dbb6099219ebd3efea0 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /www/grail | |
parent | c6c18dc7d6632ae5c65e6c929180efba7b65a81f (diff) | |
download | pkgsrc-e892b539f927cfe443259dbb6099219ebd3efea0.tar.gz |
add USE_X11=yes
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 7bb90e894f2..7bc208f1fc2 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/14 15:21:03 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/26 19:25:07 garbled Exp $ # DISTNAME= grail-06 @@ -13,6 +13,7 @@ HOMEPAGE= http://grail.cnri.reston.va.us/grail/ DEPENDS+= python-1.5.2:../../lang/python DEPENDS+= py-Tk-1.5.2:../../x11/py-Tk +USE_X11= yes NO_CONFIGURE= yes NO_BUILD= yes |