diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-19 19:15:07 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-19 19:15:07 +0800 |
commit | 485c1b9e45c2f4323e515f5a9a72c082b281b0e4 (patch) | |
tree | 36884082d3e721287834557301dbcfe813645fca /science | |
parent | ed6ebac4b3c22522036f4af4bd0189a0d023cdee (diff) | |
download | freebsd-ports-gnome-485c1b9e45c2f4323e515f5a9a72c082b281b0e4.tar.gz freebsd-ports-gnome-485c1b9e45c2f4323e515f5a9a72c082b281b0e4.tar.zst freebsd-ports-gnome-485c1b9e45c2f4323e515f5a9a72c082b281b0e4.zip |
- Chase x11-toolkits/blt library name change
- Bump PORTREVISION
Diffstat (limited to 'science')
-rw-r--r-- | science/omnetpp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/science/omnetpp/Makefile b/science/omnetpp/Makefile index dd88f5730b57..e6f18900f945 100644 --- a/science/omnetpp/Makefile +++ b/science/omnetpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= omnetpp PORTVERSION= 3.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://www.omnetpp.org/download/release/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,13 +15,11 @@ COMMENT= A discrete event simulation environment DEPRECATED= depends on expired textproc/libxml EXPIRATION_DATE=2013-12-05 -LIB_DEPENDS= BLT24:${PORTSDIR}/x11-toolkits/blt +LIB_DEPENDS= libBLT25.so:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes -USES= gmake pkgconfig perl5 +USES= gmake pkgconfig perl5 tk USE_GNOME= libxml libxslt -USE_TCL= yes -USE_TK= 84+ USE_LDCONFIG= yes |