diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 18:09:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 18:09:36 +0800 |
commit | 4cbffdb03c2d3a0881ae1550b19f8a6e03e75bff (patch) | |
tree | 67b41d2b042fc18401f1c417b794fc3235432b22 /x11-wm | |
parent | e9043deae03b026fc837219f318aa30792bc9e8d (diff) | |
download | freebsd-ports-gnome-4cbffdb03c2d3a0881ae1550b19f8a6e03e75bff.tar.gz freebsd-ports-gnome-4cbffdb03c2d3a0881ae1550b19f8a6e03e75bff.tar.zst freebsd-ports-gnome-4cbffdb03c2d3a0881ae1550b19f8a6e03e75bff.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/selectwm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/transset-df/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/wmconfig/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/x11-wm/selectwm/Makefile b/x11-wm/selectwm/Makefile index 1f994b37b93f..c9a8aa8e9d19 100644 --- a/x11-wm/selectwm/Makefile +++ b/x11-wm/selectwm/Makefile @@ -17,7 +17,6 @@ COMMENT= A GTK application to let you select a window manager when starting X MAN1= selectwm.1 USE_BZIP2= yes -USE_GETOPT_LONG= yes USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/x11-wm/transset-df/Makefile b/x11-wm/transset-df/Makefile index 60c431e2f2de..a96f794721c2 100644 --- a/x11-wm/transset-df/Makefile +++ b/x11-wm/transset-df/Makefile @@ -16,7 +16,6 @@ COMMENT= Make your windows transparent USE_X_PREFIX= yes ALL_TARGET= transset-df MAKE_ARGS= CFLAGS="${CFLAGS}" -USE_GETOPT_LONG=yes PLIST_FILES= bin/transset-df diff --git a/x11-wm/wmconfig/Makefile b/x11-wm/wmconfig/Makefile index 13bda4ff1af1..ff508463c8df 100644 --- a/x11-wm/wmconfig/Makefile +++ b/x11-wm/wmconfig/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Menu generation tool for X window managers USE_BZIP2= yes -USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |