diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
commit | a769580b87aff31eefcf6b9b8a016a2127c9d8c8 (patch) | |
tree | 00a22daa001f3878816084ae229a51e181e100b2 /audio/mp3blaster | |
parent | b5e317f4981d7f7eb4fa298aaacfa87684509ca8 (diff) | |
download | FreeBSD-ports-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.zip FreeBSD-ports-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.gz |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r-- | audio/mp3blaster/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index b9d4de1..15aa75c 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= MP3 console ncurses-based player -USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes WANT_GNOME= yes |