diff options
Diffstat (limited to 'www/pound/Makefile')
-rw-r--r-- | www/pound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pound/Makefile b/www/pound/Makefile index 495056e7c293..e25e4cb11312 100644 --- a/www/pound/Makefile +++ b/www/pound/Makefile @@ -37,7 +37,7 @@ PCRE_CONFIGURE_ENABLE= pcreposix .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif |