diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-31 03:48:01 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-31 03:48:01 +0000 |
commit | 4a71f897b595a6a95b536548f8ff9a5faa3e83fb (patch) | |
tree | 6433edaa491613d4d4e460bf192723ffc08efb3a /audio/glurp/Makefile | |
parent | 73822ea979fd49fa17b96f418be0b992723b2419 (diff) |
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/Makefile')
-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" \ |