diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-12-07 13:07:42 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-12-07 13:07:42 +0800 |
commit | 9f58bdab362f1f0fbdaca157b44b2e514904db33 (patch) | |
tree | 4c7f4b4d84c5ef5c032df880dafd41787e0a9574 /net/tinyldap | |
parent | e0f8a840e0ae5bf4c3130dbc94aee9608eaabda4 (diff) | |
download | freebsd-ports-gnome-9f58bdab362f1f0fbdaca157b44b2e514904db33.tar.gz freebsd-ports-gnome-9f58bdab362f1f0fbdaca157b44b2e514904db33.tar.zst freebsd-ports-gnome-9f58bdab362f1f0fbdaca157b44b2e514904db33.zip |
- add USES=gmake
Diffstat (limited to 'net/tinyldap')
-rw-r--r-- | net/tinyldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile index e4816943a7c7..98b4a670bcce 100644 --- a/net/tinyldap/Makefile +++ b/net/tinyldap/Makefile @@ -15,8 +15,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/${LIBOWFAT_PORT} LICENSE= GPLv2 SNAPSHOT= 20091122 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DATTRIBS=512 SBINFILES= acl addindex bindrequest dumpacls dumpidx idx2ldif parse \ |