diff options
Diffstat (limited to 'net/Sockets/Makefile')
-rw-r--r-- | net/Sockets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile index bca4fd12d65d..244f2ae4a236 100644 --- a/net/Sockets/Makefile +++ b/net/Sockets/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ml@netfence.it COMMENT= C++ wrapper for BSD-style sockets #execinfo is optional and currently not configured (would need to patch source's #ifdef LINUX) -#LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +#LIB_DEPENDS= execinfo.1:devel/libexecinfo #Not needed without execinfo or xml #CFLAGS+= -I${LOCALBASE}/include |