aboutsummaryrefslogtreecommitdiff
path: root/print/pktrace
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/pktrace
parent15af2655c11bf37de08e709924b4dbd5b3359cf3 (diff)
downloadports-e496d3c2790afd2dd1acf6d85fc50885becd065b.tar.gz
ports-e496d3c2790afd2dd1acf6d85fc50885becd065b.zip
Notes
Diffstat (limited to 'print/pktrace')
-rw-r--r--print/pktrace/Makefile3
1 files changed, 2 insertions, 1 deletions
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