summaryrefslogtreecommitdiff
path: root/japanese/samba/scripts
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-09-24 14:56:46 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-09-24 14:56:46 +0000
commit780db7e410069978c531f3bcdb64d5d7ac042473 (patch)
treee0fc0ea1e8385dc61a73677359965e0fc9bc6275 /japanese/samba/scripts
parentVendor update to 1.15 (diff)
Reduce dependencies.
PR: ports/57170 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=89239
Diffstat (limited to 'japanese/samba/scripts')
-rw-r--r--japanese/samba/scripts/configure.samba4
1 files changed, 0 insertions, 4 deletions
diff --git a/japanese/samba/scripts/configure.samba b/japanese/samba/scripts/configure.samba
index 2058a5b470a3..19ae74c39605 100644
--- a/japanese/samba/scripts/configure.samba
+++ b/japanese/samba/scripts/configure.samba
@@ -18,7 +18,6 @@ syslog "With syslog support" OFF \
ssl "With ssl support" OFF \
ldap "With LDAP2 support" OFF \
cups "With CUPS" OFF \
-gettext "With GNU gettext" OFF \
acl "With ACL support" OFF \
utmp "With UTMP support" OFF \
msdfs "With MSDFS support" OFF \
@@ -65,9 +64,6 @@ while [ "$1" ]; do
\"cups\")
echo "WITH_CUPS=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
;;
- \"gettext\")
- echo "WITH_GNU_GETTEXT=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
- ;;
\"acl\")
echo "WITH_ACL_SUPPORT=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
;;