diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/wv2/Makefile | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) | |
download | ports-0068f2d47fabca8b05218243fb099000a6413c86.tar.gz ports-0068f2d47fabca8b05218243fb099000a6413c86.zip |
Notes
Diffstat (limited to 'textproc/wv2/Makefile')
-rw-r--r-- | textproc/wv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index bb4b81e4fdfb..f891f451bcfb 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= wv2 @@ -15,6 +15,7 @@ USE_BZIP2= yes USES= cmake iconv pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|LIBGSF_INCLUDE_DIR|PC_LIBGSF_INCLUDE_DIRS|g' \ -e 's|LIBGSF_LIBRARIES|PC_LIBGSF_LIBRARIES|g' \ |