diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 06:00:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 06:00:57 +0000 |
commit | 825afd6dc34482bcb3f9af88e094cb75268c21d1 (patch) | |
tree | d9103fc4562aafbd4e509df49bb6cc0f349d580e /audio/xmms-fc | |
parent | a88b7537397a5fa8351918ce10c99d7727a67b4f (diff) | |
download | ports-825afd6dc34482bcb3f9af88e094cb75268c21d1.tar.gz ports-825afd6dc34482bcb3f9af88e094cb75268c21d1.zip |
Notes
Diffstat (limited to 'audio/xmms-fc')
-rw-r--r-- | audio/xmms-fc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile index ce8f4a771c10..26e91535e2b1 100644 --- a/audio/xmms-fc/Makefile +++ b/audio/xmms-fc/Makefile @@ -23,4 +23,10 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include <bsd.port.post.mk> |