diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:49:54 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:49:54 +0800 |
commit | 3a9cdf68afe64c8726fca9b7dc038dff5cbea5c1 (patch) | |
tree | b3068422148e2cc6b2505eac121c904f6f47641e | |
parent | 85048b6317fa8054896f181d8a96bd061c946a33 (diff) | |
download | freebsd-ports-gnome-3a9cdf68afe64c8726fca9b7dc038dff5cbea5c1.tar.gz freebsd-ports-gnome-3a9cdf68afe64c8726fca9b7dc038dff5cbea5c1.tar.zst freebsd-ports-gnome-3a9cdf68afe64c8726fca9b7dc038dff5cbea5c1.zip |
- add USES=tar:bzip2
-rw-r--r-- | net/tinyldap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile index 0b469db431e0..c7da68757562 100644 --- a/net/tinyldap/Makefile +++ b/net/tinyldap/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/${LIBOWFAT_PORT} LICENSE= GPLv2 SNAPSHOT= 20091122 -USES= gmake -USE_BZIP2= yes +USES= tar:bzip2 gmake WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DATTRIBS=512 SBINFILES= acl addindex bindrequest dumpacls dumpidx idx2ldif parse \ |