diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:49:07 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:49:07 +0000 |
commit | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (patch) | |
tree | 4f6f8b11d792cd5dcb2a1e6d660a3d343fb96c50 /graphics/geomview/Makefile | |
parent | 8d15907ec2b57f0ed9901c300b10d188b5912fee (diff) | |
download | pkgsrc-4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r-- | graphics/geomview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index a75613ff3d4..6dfe63e92f4 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/07/17 21:40:45 grant Exp $ +# $NetBSD: Makefile,v 1.26 2003/08/09 10:53:27 seb Exp $ DISTNAME= geomview-1.8.1 PKGREVISION= 2 @@ -18,7 +18,6 @@ CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa} CONFIGURE_ARGS+= --with-motif=${MOTIFBASE} CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca -USE_NEW_TEXINFO= YES INFO_FILES= geomview .include "../../mk/bsd.prefs.mk" |