diff options
Diffstat (limited to 'devel/libslang2/Makefile')
-rw-r--r-- | devel/libslang2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index 08e9585dc9ec..891febf2ad1f 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -36,12 +36,12 @@ ONIG_DESC= Oniguruma support PORTDOCS= * PCRE_CONFIGURE_WITH= pcre -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PNG_CONFIGURE_WITH= png -PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:graphics/png ICONV_USES= iconv ONIG_CONFIGURE_WITH= onig -ONIG_LIB_DEPENDS= libonig.so:${PORTSDIR}/devel/oniguruma4 +ONIG_LIB_DEPENDS= libonig.so:devel/oniguruma4 .include <bsd.port.pre.mk> |