diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:12:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:12:37 +0800 |
commit | 73489dba4dc2a9c9686f417dc448fb1ba7d19d14 (patch) | |
tree | ffad18529c7bbb4f5c4aa862e6a22130b6bc3a8c /science | |
parent | b7313896fb86a61dbc6c3d85eacc92af3690bfd2 (diff) | |
download | freebsd-ports-gnome-73489dba4dc2a9c9686f417dc448fb1ba7d19d14.tar.gz freebsd-ports-gnome-73489dba4dc2a9c9686f417dc448fb1ba7d19d14.tar.zst freebsd-ports-gnome-73489dba4dc2a9c9686f417dc448fb1ba7d19d14.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Convert USE_PERL5 to USES=perl5
Diffstat (limited to 'science')
-rw-r--r-- | science/omnetpp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/omnetpp/Makefile b/science/omnetpp/Makefile index fc498965e14a..63903eed4c6e 100644 --- a/science/omnetpp/Makefile +++ b/science/omnetpp/Makefile @@ -15,9 +15,8 @@ COMMENT= A discrete event simulation environment LIB_DEPENDS= BLT24:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= libxml libxslt pkgconfig -USE_PERL5= yes +USES= gmake pkgconfig perl5 +USE_GNOME= libxml libxslt USE_TCL= yes USE_TK= 84+ |