diff options
Diffstat (limited to 'audio/twolame')
-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> |