diff options
author | ahze <ahze@FreeBSD.org> | 2006-01-29 03:33:42 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-01-29 03:33:42 +0800 |
commit | 8ff67b0e6e8db79648d9d4f8023b52213b1212ec (patch) | |
tree | 267ee83274bbdb71ac2a5f2258ead7aa12a2b6a0 /audio | |
parent | 89b28d17f7efa96dcdf1ecdaa5d15f8368a9e60e (diff) | |
download | freebsd-ports-gnome-8ff67b0e6e8db79648d9d4f8023b52213b1212ec.tar.gz freebsd-ports-gnome-8ff67b0e6e8db79648d9d4f8023b52213b1212ec.tar.zst freebsd-ports-gnome-8ff67b0e6e8db79648d9d4f8023b52213b1212ec.zip |
- Mark broken on 4.x since 4.x doesn't install bin/twolame
Reported by: kris mail
Diffstat (limited to 'audio')
-rw-r--r-- | audio/twolame/Makefile | 8 |
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> |