diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:12:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:12:36 +0000 |
commit | c38fa50dd2557e6ac9bfeb8809c9657364cd79f8 (patch) | |
tree | 54f6c55fff25ff08eac2714b17a1180b97618ac6 /audio/gqradio | |
parent | d05213cb21b2be58a666a1ebc2e6bd44e3d2ca1b (diff) | |
download | ports-c38fa50dd2557e6ac9bfeb8809c9657364cd79f8.tar.gz ports-c38fa50dd2557e6ac9bfeb8809c9657364cd79f8.zip |
Notes
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> |