diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-09-24 14:14:06 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-09-24 14:14:06 +0000 |
commit | 97aae74ef830f5730f38b4653060a73a2c86d2fd (patch) | |
tree | 4b4b1ae2eb5c6b18bbd9bd85a9cba7362ed30483 /textproc | |
parent | 82c58b92a329d2edb6318b7e91dca3e40de4cd8a (diff) | |
download | ports-97aae74ef830f5730f38b4653060a73a2c86d2fd.tar.gz ports-97aae74ef830f5730f38b4653060a73a2c86d2fd.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libguess/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libguess/Makefile b/textproc/libguess/Makefile index be2e5ba2ee32..8e5e5831beaa 100644 --- a/textproc/libguess/Makefile +++ b/textproc/libguess/Makefile @@ -9,13 +9,14 @@ MASTER_SITES= http://distfiles.atheme.org/ MAINTAINER= wg@FreeBSD.org COMMENT= High-speed character set detection library -LIB_DEPENDS= mowgli:${PORTSDIR}/devel/libmowgli +LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes +MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" + post-patch: @${REINPLACE_CMD} -e 's|$${DESTDIR}$${libdir}/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile |