summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-09-09 15:15:17 +0000
committerwiz <wiz@pkgsrc.org>2009-09-09 15:15:17 +0000
commit6d684222166e5031b7ade151dc5f51b189d219cd (patch)
treef183fa178ece7ef472af40f432f2b5611610ea5f /net/samba
parent3bac55863302cfd8bb84a58f05e6cdf058e45d5b (diff)
downloadpkgsrc-6d684222166e5031b7ade151dc5f51b189d219cd.tar.gz
Switch to using popt from pkgsrc instead of internal version.
Requested in PR 34444 and by David A. Holland. Bump PKGREVISION.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 42a83b518c3..dd07f4101f9 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.194 2009/08/26 19:58:46 sno Exp $
+# $NetBSD: Makefile,v 1.195 2009/09/09 15:15:17 wiz Exp $
.include "Makefile.mirrors"
DISTNAME= samba-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/}
@@ -59,7 +59,6 @@ CONFIGURE_ARGS+= --localstatedir=${SAMBA_VARDIR:Q}
CONFIGURE_ARGS+= --with-mandir=${PREFIX:Q}/${PKGMANDIR:Q}
CONFIGURE_ARGS+= --with-swatdir=${PREFIX:Q}/share/samba/swat
-CONFIGURE_ARGS+= --with-included-popt
.include "../../converters/libiconv/buildlink3.mk"
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
@@ -171,4 +170,5 @@ post-install: install-samba-lib-symlinks
${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/include/libmsrpc.h \
${DESTDIR}${PREFIX}/include/libsmbclient.h
+.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"