diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 10:09:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 10:09:36 +0000 |
commit | 42d5e278657bc4b501370034367fddb58ae5529e (patch) | |
tree | ee34bccbe1b118a0c52bd84c8fd6f286e5861087 /x11/bbrun | |
parent | 6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef (diff) |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes:
svn path=/head/; revision=209424
Diffstat (limited to 'x11/bbrun')
-rw-r--r-- | x11/bbrun/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index e6a6cd636e0f..74ad6db09eb6 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_GETOPT_LONG= yes USE_GMAKE= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |