diff options
-rw-r--r-- | math/rascal/Makefile | 4 | ||||
-rw-r--r-- | print/mftrace/Makefile | 3 | ||||
-rw-r--r-- | print/pktrace/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 3ffeb4d..3c8a1ae 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -8,6 +8,7 @@ PORTNAME= rascal PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Rascal, the Advanced Scientific CALculator -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG=yes USE_REINPLACE= yes USE_BISON= yes #USE_GNOME= yes diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index dd323a2..7d4f901 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 dd323a2..7d4f901 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 |