summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:19 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:19 +0000
commite496d3c2790afd2dd1acf6d85fc50885becd065b (patch)
tree9bc980cbd45b5df77ee8b7fb628ab0bbcb261afe /print
parentget rid of libgnugetopt dependency. (diff)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. This commit does not fix compilation.
Notes
Notes: svn path=/head/; revision=84834
Diffstat (limited to 'print')
-rw-r--r--print/mftrace/Makefile3
-rw-r--r--print/pktrace/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile
index dd323a2a1f91..7d4f901740a7 100644
--- a/print/mftrace/Makefile
+++ b/print/mftrace/Makefile
@@ -8,18 +8,19 @@
PORTNAME= pktrace
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.cs.uu.nl/~hanwen/pktrace/
MAINTAINER= ports@FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
autotrace:${PORTSDIR}/graphics/autotrace \
t1asm:${PORTSDIR}/print/t1utils \
pfaedit:${PORTSDIR}/print/pfaedit
+USE_GETOPT_LONG=yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/print/pktrace/Makefile b/print/pktrace/Makefile
index dd323a2a1f91..7d4f901740a7 100644
--- a/print/pktrace/Makefile
+++ b/print/pktrace/Makefile
@@ -8,18 +8,19 @@
PORTNAME= pktrace
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.cs.uu.nl/~hanwen/pktrace/
MAINTAINER= ports@FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
autotrace:${PORTSDIR}/graphics/autotrace \
t1asm:${PORTSDIR}/print/t1utils \
pfaedit:${PORTSDIR}/print/pfaedit
+USE_GETOPT_LONG=yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes