diff options
author | novel <novel@FreeBSD.org> | 2005-05-31 11:48:01 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-31 11:48:01 +0800 |
commit | 465a5e1ca4b0172be0c4723f380bb10f1be0dda0 (patch) | |
tree | a9d387589c1709bc593aa729dc9d2853bc781ad4 /audio/glurp | |
parent | 7f7db54fabee3f217109e46ad22cf01d5abd694e (diff) | |
download | freebsd-ports-gnome-465a5e1ca4b0172be0c4723f380bb10f1be0dda0.tar.gz freebsd-ports-gnome-465a5e1ca4b0172be0c4723f380bb10f1be0dda0.tar.zst freebsd-ports-gnome-465a5e1ca4b0172be0c4723f380bb10f1be0dda0.zip |
Add USE_GETOPT_LONG to fix build on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'audio/glurp')
-rw-r--r-- | audio/glurp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index 1327bd9fcdf6..aa0a05ce386b 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -15,6 +15,7 @@ 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" \ |