diff options
Diffstat (limited to 'devel/liboop/Makefile')
-rw-r--r-- | devel/liboop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index 31d90194d27a..327a0ce8c383 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -13,8 +13,8 @@ COMMENT= Low-level event loop management library for POSIX-based OS LICENSE= GPLv2 -LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns \ - libwwwcore.so:${PORTSDIR}/www/libwww +LIB_DEPENDS= libadns.so:dns/adns \ + libwwwcore.so:www/libwww GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwww |