diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:37:19 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:37:19 +0800 |
commit | 2ba2791f07c58ffb4d307a60ab130c992e79c40c (patch) | |
tree | a8c81783ec921be30971da009285e365d4de3e18 /math | |
parent | 3149dc0d58d1b7ba40cf70fe81faae8c0b8ae014 (diff) | |
download | freebsd-ports-gnome-2ba2791f07c58ffb4d307a60ab130c992e79c40c.tar.gz freebsd-ports-gnome-2ba2791f07c58ffb4d307a60ab130c992e79c40c.tar.zst freebsd-ports-gnome-2ba2791f07c58ffb4d307a60ab130c992e79c40c.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
This commit does not fix compilation.
Diffstat (limited to 'math')
-rw-r--r-- | math/rascal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 3ffeb4dcd97b..3c8a1aea011f 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 |