diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-04 23:41:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-04 23:41:28 +0800 |
commit | 868e7c00787af7c20b2ac98ce4cbc58f773767fd (patch) | |
tree | 56bd77c37cc68ce30c5bb3d22849a5ef0c2a0ae2 /textproc/libstree | |
parent | 8da292a5d05c5d47a33a97b23c93ab3375114a94 (diff) | |
download | freebsd-ports-gnome-868e7c00787af7c20b2ac98ce4cbc58f773767fd.tar.gz freebsd-ports-gnome-868e7c00787af7c20b2ac98ce4cbc58f773767fd.tar.zst freebsd-ports-gnome-868e7c00787af7c20b2ac98ce4cbc58f773767fd.zip |
- Stage support
- Convert to gmake to uses
Diffstat (limited to 'textproc/libstree')
-rw-r--r-- | textproc/libstree/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libstree/Makefile b/textproc/libstree/Makefile index e7f4657d0c5e..774587b4676c 100644 --- a/textproc/libstree/Makefile +++ b/textproc/libstree/Makefile @@ -11,10 +11,9 @@ COMMENT= A Generic Suffix Tree Library USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^\(SUBDIRS = src test\) docs,\1,' \ ${WRKSRC}/Makefile.in |