diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 22:59:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 22:59:46 +0800 |
commit | 8f6986d0a87137c2aaf30ee8cd10ee6127e7332e (patch) | |
tree | f0bf64be59915ec57ace1daf6e06afe78a25c692 /textproc | |
parent | e89d9ab8651a5c8b583c94ed68983abb06f68bfa (diff) | |
download | freebsd-ports-gnome-8f6986d0a87137c2aaf30ee8cd10ee6127e7332e.tar.gz freebsd-ports-gnome-8f6986d0a87137c2aaf30ee8cd10ee6127e7332e.tar.zst freebsd-ports-gnome-8f6986d0a87137c2aaf30ee8cd10ee6127e7332e.zip |
- Stage support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblrdf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 64b34e8befab..e406d5a75b07 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -34,7 +34,6 @@ WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032 # XXX: work around an issue with automake-1.13 erroring out on a # partially configured m4 directory before libtoolize creates it -NO_STAGE= yes pre-configure:: @${RM} -rf ${WRKSRC}/m4 @${MKDIR} ${WRKSRC}/m4 |