diff options
author | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
commit | 2f9129b891a2641f38285a5013ca0ff3846dac56 (patch) | |
tree | d92beec319e32b48cd65ebcc04c0681dd598dc30 /graphics/geomview/Makefile | |
parent | d529bf0e63684ec41908011efceb327a545a7f10 (diff) | |
download | pkgsrc-2f9129b891a2641f38285a5013ca0ff3846dac56.tar.gz |
Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r-- | graphics/geomview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 6afe1b8fd87..637e8a3e3b4 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/02/18 15:14:20 seb Exp $ +# $NetBSD: Makefile,v 1.19 2002/04/23 02:08:53 jlam Exp $ DISTNAME= geomview-1.8.1 CATEGORIES= graphics math @@ -11,6 +11,7 @@ COMMENT= Interactive geometry viewing program CONFLICTS= ImageMagick-[0-9]* # both have a program named 'animate' USE_BUILDLINK_ONLY= yes +USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xforms |