aboutsummaryrefslogtreecommitdiff
path: root/audio/twolame
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-01-28 19:33:42 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-01-28 19:33:42 +0000
commit23bd19382bf8fe92cd0217f9c0d871a7a2366816 (patch)
treea9d74e05b22697a4913a28c854f7a08a1177f438 /audio/twolame
parente331d29d7e4e44540759813ae37543dd752cb611 (diff)
downloadports-23bd19382bf8fe92cd0217f9c0d871a7a2366816.tar.gz
ports-23bd19382bf8fe92cd0217f9c0d871a7a2366816.zip
- Mark broken on 4.x since 4.x doesn't install bin/twolame
Reported by: kris mail
Notes
Notes: svn path=/head/; revision=154658
Diffstat (limited to 'audio/twolame')
-rw-r--r--audio/twolame/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile
index 7cd779adce5c..9e8c1a46c7e9 100644
--- a/audio/twolame/Makefile
+++ b/audio/twolame/Makefile
@@ -22,4 +22,10 @@ USE_GNOME= gnomehack gnometarget
INSTALLS_SHLIB= yes
MAN1= twolame.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Incorrect plist
+.endif
+
+.include <bsd.port.post.mk>