diff options
Diffstat (limited to 'devel/obby/Makefile')
-rw-r--r-- | devel/obby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/obby/Makefile b/devel/obby/Makefile index 3f54a980bd00..46f9cf4e9038 100644 --- a/devel/obby/Makefile +++ b/devel/obby/Makefile @@ -12,8 +12,8 @@ COMMENT= Library for synced document buffers LICENSE= GPLv2 -LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ - libnet6.so:${PORTSDIR}/net/net6 +LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ + libnet6.so:net/net6 USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes |