diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-25 07:52:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-25 07:52:36 +0800 |
commit | 6d9ae05f945ccab2f8b8e41769dd88ca2435f81f (patch) | |
tree | ca98dd597b317f0b3c71b649a683c4e7af9fa064 | |
parent | 6950bb3a2cc12114e50766f2ade392b604a1ddbe (diff) | |
download | freebsd-ports-gnome-6d9ae05f945ccab2f8b8e41769dd88ca2435f81f.tar.gz freebsd-ports-gnome-6d9ae05f945ccab2f8b8e41769dd88ca2435f81f.tar.zst freebsd-ports-gnome-6d9ae05f945ccab2f8b8e41769dd88ca2435f81f.zip |
Support stage
-rw-r--r-- | devel/wand-libconfig/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/wand-libconfig/Makefile b/devel/wand-libconfig/Makefile index 69f28f1473bf..cfbf0d5fff31 100644 --- a/devel/wand-libconfig/Makefile +++ b/devel/wand-libconfig/Makefile @@ -13,17 +13,16 @@ COMMENT= C library for parsing config files CONFLICTS= libconfig-[0-9]* +USES= gmake USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= include/libconfig.h lib/libconfig.a lib/libconfig.la \ lib/libconfig.so lib/libconfig.so.1 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure |