diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:15:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:15:40 +0800 |
commit | 5a92a93f3e8f9c8e18a665dc94c0275c6c51f493 (patch) | |
tree | afd151b6d7d8023903a70c8bcb1db7737f920cbc | |
parent | 07dc10f0c24e43a16b98d5188b1639a11d70816f (diff) | |
download | freebsd-ports-gnome-5a92a93f3e8f9c8e18a665dc94c0275c6c51f493.tar.gz freebsd-ports-gnome-5a92a93f3e8f9c8e18a665dc94c0275c6c51f493.tar.zst freebsd-ports-gnome-5a92a93f3e8f9c8e18a665dc94c0275c6c51f493.zip |
- Use USES=autoreconf
-rw-r--r-- | devel/cunit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index a1be1888cce7..27142315819a 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -28,9 +28,8 @@ MEMTRACE_DESC= Internal memory tracking TEST_DESC= Internal test program GNU_CONFIGURE= yes -USES= gmake libtool pathfix tar:bzip2 -USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize USE_LDCONFIG= yes +USES= autoreconf gmake libtool pathfix tar:bzip2 DATADIR= ${PREFIX}/share/CUnit DOCSDIR= ${PREFIX}/share/doc/CUnit @@ -39,7 +38,6 @@ PORTDATA= * PORTDOCS= * PORTEXAMPLES= * -AUTOMAKE_ARGS= --add-missing PATHFIX_MAKEFILEIN= Makefile.am AUTOMATED_CONFIGURE_ENABLE= automated |