diff options
author | hrs <hrs@FreeBSD.org> | 2013-11-03 02:11:29 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-11-03 02:11:29 +0800 |
commit | d64270f99e215f0b7eaab445f85ce8c2458dd249 (patch) | |
tree | 23e233f663b17beb4999a7c0f72a9987885edd52 /textproc | |
parent | 0934af25601eac4f88921236dc0b99a2146678d2 (diff) | |
download | freebsd-ports-gnome-d64270f99e215f0b7eaab445f85ce8c2458dd249.tar.gz freebsd-ports-gnome-d64270f99e215f0b7eaab445f85ce8c2458dd249.tar.zst freebsd-ports-gnome-d64270f99e215f0b7eaab445f85ce8c2458dd249.zip |
Add STAGEDIR support.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlroff/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index c03a9205f77e..c3f92fb1eb58 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -26,7 +26,6 @@ CONFIGURE_ARGS= --disable-gtk-doc \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/libfo/fo-libfo-basic.h |