diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
commit | a769580b87aff31eefcf6b9b8a016a2127c9d8c8 (patch) | |
tree | 00a22daa001f3878816084ae229a51e181e100b2 /audio/glurp | |
parent | b5e317f4981d7f7eb4fa298aaacfa87684509ca8 (diff) | |
download | freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.gz freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.zst freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'audio/glurp')
-rw-r--r-- | audio/glurp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index c2a79e2d328d..fb6e2122b1e9 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@mark.reidel.info COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd GNU_CONFIGURE= yes -USE_GETOPT_LONG=yes USE_GNOME= gnometarget libglade2 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ |