diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 17:56:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 17:56:52 +0800 |
commit | 8e28cfec81a60bd7a3081ef983c379157a3e3b4d (patch) | |
tree | 640150de8b9d922b52769153c7eb91333bfcf078 /editors | |
parent | ba8d6f2a97161b0080a3c942de1f1f28bcade5da (diff) | |
download | freebsd-ports-gnome-8e28cfec81a60bd7a3081ef983c379157a3e3b4d.tar.gz freebsd-ports-gnome-8e28cfec81a60bd7a3081ef983c379157a3e3b4d.tar.zst freebsd-ports-gnome-8e28cfec81a60bd7a3081ef983c379157a3e3b4d.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'editors')
-rw-r--r-- | editors/chexedit/Makefile | 1 | ||||
-rw-r--r-- | editors/leafpad/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 0d3e81e45ae0..8e2c3df5c9c3 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -16,7 +16,6 @@ MAINTAINER= amdmi3@amdmi3.ru COMMENT= Full screen text mode Hex editor using the [n]curses library GNU_CONFIGURE= yes -USE_GETOPT_LONG=yes PLIST_FILES= bin/chexedit MAN1= chexedit.1 diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 8fb2febab152..145742936f1b 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -17,7 +17,6 @@ COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 desktopfileutils intlhack USE_GCC= 3.4 -USE_GETOPT_LONG= yes USE_GETTEXT= YES USE_XLIB= yes GNU_CONFIGURE= yes |