diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-02 15:12:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-02 15:12:36 +0800 |
commit | d5ce643e6f170be696d467415831658ee29a61ec (patch) | |
tree | 7162b6788756ef41c98657dce11393e350b4026f /audio/gqradio | |
parent | e831b99967673a8ece9c662883ea3adcdd3bd414 (diff) | |
download | freebsd-ports-gnome-d5ce643e6f170be696d467415831658ee29a61ec.tar.gz freebsd-ports-gnome-d5ce643e6f170be696d467415831658ee29a61ec.tar.zst freebsd-ports-gnome-d5ce643e6f170be696d467415831658ee29a61ec.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111658
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Diffstat (limited to 'audio/gqradio')
-rw-r--r-- | audio/gqradio/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |