diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-02 18:11:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-02 18:11:29 +0000 |
commit | 7117b7a914a956a825ee3ccb66fa13c2fe93fe66 (patch) | |
tree | 23e233f663b17beb4999a7c0f72a9987885edd52 /textproc | |
parent | 1bdbccbe48043f59c08d5e1a5f576f05fd1709eb (diff) |
Notes
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 |