diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /japanese | |
parent | 59ffb51d2c9fc8f60995b11aee6533f8bdb126c2 (diff) | |
download | ports-9fc1c4fe89616480338adc0d98d5b1f0e4175302.tar.gz ports-9fc1c4fe89616480338adc0d98d5b1f0e4175302.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes:
svn path=/head/; revision=209420
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ebview/Makefile | 1 | ||||
-rw-r--r-- | japanese/kasumi/Makefile | 1 | ||||
-rw-r--r-- | japanese/nethack34/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index 8d2eec087e4a..e2bf0fdd2201 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-gtk2-* -USE_GETOPT_LONG= yes USE_GNOME= imlib USE_GMAKE= yes USE_AUTOTOOLS= autoconf:261 diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index b0cfb6f07b89..dee01365655e 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -16,7 +16,6 @@ COMMENT= A dictionary management tool for anthy USE_GMAKE= yes USE_GNOME= gnomehier gtk20 -USE_GETOPT_LONG= yes LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy GNU_CONFIGURE= yes diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index b13faddce4ec..b1e0fce3d359 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -43,7 +43,6 @@ GRAPHICS= X11_GRAPHICS .else .if ${PKGNAMESUFFIX} == "-gnome" CATEGORIES+= gnome -USE_GETOPT_LONG= yes USE_GNOME= gnomelibs MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" GRAPHICS= GNOME_GRAPHICS |