diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-18 02:40:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-18 02:40:29 +0000 |
commit | a219ca606b09dea5e7d6356896102a9ec402d881 (patch) | |
tree | 523105acf99b4876bee6105428a68bd81070ce64 /audio | |
parent | postnuke 0.763 is not vulnerable to 35f2679f-52d7-11db-8f1a-000a48049292 (diff) |
This appears to build on i386-6 and i386-7.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202743
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lmms/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 521b0d18639b..117df993d0b7 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -23,10 +23,6 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ sndfile:${PORTSDIR}/audio/libsndfile RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -BROKEN= fails to install -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2007-11-05 - USE_BZIP2= yes USE_QT_VER= 3 USE_SDL= sdl sound @@ -58,4 +54,10 @@ post-install: # (root privileges are dropped in the main routine) ${CHMOD} u+s ${PREFIX}/bin/lmms -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= fails to install +.endif + +.include <bsd.port.post.mk> |