summaryrefslogtreecommitdiffstats
path: root/net/ns3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ns3/Makefile')
-rw-r--r--net/ns3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ns3/Makefile b/net/ns3/Makefile
index ff2ff1d..5f0fafa 100644
--- a/net/ns3/Makefile
+++ b/net/ns3/Makefile
@@ -11,8 +11,8 @@ COMMENT= Network simulator for Internet systems
LICENSE= GPLv2
-LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
- libsqlite3.so:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS= libxml2.so:textproc/libxml2 \
+ libsqlite3.so:databases/sqlite3
USES= pkgconfig python tar:bzip2 waf
USE_LDCONFIG= yes
@@ -33,13 +33,13 @@ EXAMPLES_CONFIGURE_ON= --enable-examples
EXAMPLES_CONFIGURE_OFF= --disable-examples
GSL_DESC= GNU Scientific Library support
-GSL_LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
+GSL_LIB_DEPENDS= libgsl.so:math/gsl
-GTK2_LIB_DEPENDS= libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20
+GTK2_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20
GTK2_CONFIGURE_OFF= --disable-gtk
SUDO_DESC= Use sudo to set suid bits on executables
-SUDO_BUILD_DEPENDS= sudo:${PORTSDIR}/security/sudo
+SUDO_BUILD_DEPENDS= sudo:security/sudo
SUDO_CONFIGURE_ON= --enable-sudo
TEST_CONFIGURE_ON= --enable-tests
OpenPOWER on IntegriCloud