aboutsummaryrefslogtreecommitdiff
path: root/audio/glurp
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-31 03:48:01 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-31 03:48:01 +0000
commit4a71f897b595a6a95b536548f8ff9a5faa3e83fb (patch)
tree6433edaa491613d4d4e460bf192723ffc08efb3a /audio/glurp
parent73822ea979fd49fa17b96f418be0b992723b2419 (diff)
downloadports-4a71f897b595a6a95b536548f8ff9a5faa3e83fb.tar.gz
ports-4a71f897b595a6a95b536548f8ff9a5faa3e83fb.zip
Add USE_GETOPT_LONG to fix build on 4.x
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=136485
Diffstat (limited to 'audio/glurp')
-rw-r--r--audio/glurp/Makefile1
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" \