diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 13:20:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 13:20:05 +0000 |
commit | c9a2c4e6712109aea626d8f909360d5c0177e804 (patch) | |
tree | a0cf50f26bc91023df405eaef2eb4c94ddc142b3 /converters/xdeview/Makefile | |
parent | 27e584aac153af0d03f4f32781232d7a71bdfafd (diff) | |
download | pkgsrc-c9a2c4e6712109aea626d8f909360d5c0177e804.tar.gz |
There's no need to use 'USE_X11BASE' in xdeview package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'converters/xdeview/Makefile')
-rw-r--r-- | converters/xdeview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index d3db7efdfc9..0e506a585d3 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2003/07/17 21:27:45 grant Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/28 13:20:05 xtraeme Exp $ # DISTNAME= uudeview-0.5.18 PKGNAME= xdeview-0.5.18 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ @@ -10,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/ COMMENT= X11 program for uu/xx/Base64/BinHex de-/encoding -USE_X11BASE= yes +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl="${LOCALBASE}" --enable-tk="${LOCALBASE}" LDFLAGS+= -s -lX11 |