diff options
Diffstat (limited to 'textproc/scew/Makefile')
-rw-r--r-- | textproc/scew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile index d55400d63053..a54e434b047c 100644 --- a/textproc/scew/Makefile +++ b/textproc/scew/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple C Expat Wrapper LICENSE= LGPL21 -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes @@ -32,7 +32,7 @@ post-install: .endfor .ifdef MAINTAINER_MODE -LIB_DEPENDS+= libcheck.so:${PORTSDIR}/devel/libcheck +LIB_DEPENDS+= libcheck.so:devel/libcheck regression-test: build ${MAKE_CMD} -C ${WRKSRC}/tests check .endif |