diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-09-21 18:35:00 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-09-21 18:35:00 +0000 |
commit | 21e41bfbd23d589b7e43a4d4e9dad54ee099db5a (patch) | |
tree | 92e43f2633d331dc6111bb757060c78e2aafca30 /audio/last.fm/Makefile | |
parent | 21a8e204a8d1622d15632cc5fe2e86e5342caced (diff) | |
download | ports-21e41bfbd23d589b7e43a4d4e9dad54ee099db5a.tar.gz ports-21e41bfbd23d589b7e43a4d4e9dad54ee099db5a.zip |
Notes
Diffstat (limited to 'audio/last.fm/Makefile')
-rw-r--r-- | audio/last.fm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index f35aeecbbe0b..4f509aac4e7f 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= last.fm -PORTVERSION= 1.3.2.11 +PORTVERSION= 1.3.2.13 CATEGORIES= audio net MASTER_SITES= http://cdn.last.fm/client/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -29,7 +29,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700042 && ${ARCH} == "amd64" +.if ${ARCH} == "amd64" +BROKEN= Does not compile USE_GCC=4.2+ .endif |