aboutsummaryrefslogtreecommitdiff
path: root/devel/libconfig
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:22:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:22:35 +0000
commit44c2be495900f12d9c80331d84c17344589d58fb (patch)
tree8012da12fa090ca0c9ac64c01de5a25d7d2c2d57 /devel/libconfig
parent5ea894d7c0984af723232460617f009ad383fb69 (diff)
downloadports-44c2be495900f12d9c80331d84c17344589d58fb.tar.gz
ports-44c2be495900f12d9c80331d84c17344589d58fb.zip
Support stage
Notes
Notes: svn path=/head/; revision=340513
Diffstat (limited to 'devel/libconfig')
-rw-r--r--devel/libconfig/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile
index a55b11d7b1bd..d701963d6595 100644
--- a/devel/libconfig/Makefile
+++ b/devel/libconfig/Makefile
@@ -11,12 +11,10 @@ COMMENT= Simple library for manipulating structured configuration files
CONFLICTS= wand-libconfig-[0-9]*
-USES= pathfix
+USES= gmake pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GMAKE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
INFO= libconfig
-NO_STAGE= yes
.include <bsd.port.mk>