From 465a5e1ca4b0172be0c4723f380bb10f1be0dda0 Mon Sep 17 00:00:00 2001 From: novel Date: Tue, 31 May 2005 03:48:01 +0000 Subject: Add USE_GETOPT_LONG to fix build on 4.x Reported by: pointyhat via kris --- audio/glurp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/glurp') 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" \ -- cgit