summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:23:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:23:28 +0000
commitdad0d0873a3d4f82a21a868dc5cb50e86c14565b (patch)
treee462a7690aebd4bb8e131b767361f662174e8b9c /chinese
parent- Update to version 1.4 (diff)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes: svn path=/head/; revision=209417
Diffstat (limited to 'chinese')
-rw-r--r--chinese/autoconvert/Makefile1
-rw-r--r--chinese/oto/Makefile1
-rw-r--r--chinese/wenju/Makefile1
-rw-r--r--chinese/zhcon/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile
index 94e3cbe7c294..fbdb0080ac41 100644
--- a/chinese/autoconvert/Makefile
+++ b/chinese/autoconvert/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= Intelligent Chinese encoding converter
MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}"
-USE_GETOPT_LONG= yes
USE_LDCONFIG= yes
post-patch:
diff --git a/chinese/oto/Makefile b/chinese/oto/Makefile
index 642130dcde69..63958e08dab3 100644
--- a/chinese/oto/Makefile
+++ b/chinese/oto/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Show you font info and add new 'name' and 'cmap' tables
USE_ICONV= yes
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= YES
USE_GMAKE= YES
CPPFLAGS= -I${LOCALBASE}/include
diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile
index ddd49fb8710a..c54e154871d8 100644
--- a/chinese/wenju/Makefile
+++ b/chinese/wenju/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of writing tools in Chinese
USE_AUTOTOOLS= libtool:15
-USE_GETOPT_LONG=yes
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_XLIB= yes
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile
index 2a1139c9db14..05252a00ca37 100644
--- a/chinese/zhcon/Makefile
+++ b/chinese/zhcon/Makefile
@@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386
USE_ICONV= yes
# Don't bother to add ".if !defined(WITHOUT_NLS)", zhcon requires libintl
USE_GETTEXT= yes
-USE_GETOPT_LONG= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"