From d5ce643e6f170be696d467415831658ee29a61ec Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 2 May 2007 07:12:36 +0000 Subject: [patch] cleanup non-supported FreeBSD versions PR: ports/111658 Submitted by: Edwin Groothuis Approved by: maintainer timeout --- audio/gqradio/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'audio/gqradio/Makefile') diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile index 85f9047e93ec..4c471c177eee 100644 --- a/audio/gqradio/Makefile +++ b/audio/gqradio/Makefile @@ -19,17 +19,11 @@ USE_XLIB= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomehack gnomeprefix +ONLY_FOR_ARCHS= alpha i386 ia64 + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ -.include - -.if ${OSVERSION} < 500000 -ONLY_FOR_ARCHS= i386 -.else -ONLY_FOR_ARCHS= alpha i386 ia64 -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|share/gqradio|share/gnome/gqradio|; \ @@ -40,4 +34,4 @@ post-patch: s|COPYING||' \ ${WRKSRC}/Makefile.in -.include +.include -- cgit