diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-08 10:14:44 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-08 10:14:44 +0000 |
commit | 24b4f8b10dd5ac20deb34916794ddbf24847b3c8 (patch) | |
tree | 270ccd17582de9c87631c1115aea3ff514554381 /audio | |
parent | 9971fc76ebde2a7148168a7d54d7d55a74f0ed2f (diff) | |
download | ports-24b4f8b10dd5ac20deb34916794ddbf24847b3c8.tar.gz ports-24b4f8b10dd5ac20deb34916794ddbf24847b3c8.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 8e65caf2bffe..f465d2b5ac9b 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 0.2.d.7 CATEGORIES?= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-0.2DrGonzo +DISTVERSION= 0.2DrGonzo +DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= alexbl@FreeBSD.org COMMENT?= Rewrite of xmms as a client/server system (developer release) @@ -164,6 +165,9 @@ PLIST_SUB+= SAMBA="@comment " .endif .if !defined(WITHOUT_DAAP) +.if ${OSVERSION} < 500000 +IGNORE= DAAP support is broken on FreeBSD 4.x +.endif PLIST_SUB+= DAAP="" .else EXCLUDE+= daap |