diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-01-28 19:33:42 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-01-28 19:33:42 +0000 |
commit | 23bd19382bf8fe92cd0217f9c0d871a7a2366816 (patch) | |
tree | a9d74e05b22697a4913a28c854f7a08a1177f438 /audio | |
parent | e331d29d7e4e44540759813ae37543dd752cb611 (diff) | |
download | ports-23bd19382bf8fe92cd0217f9c0d871a7a2366816.tar.gz ports-23bd19382bf8fe92cd0217f9c0d871a7a2366816.zip |
Notes
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> |