diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 14:55:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 14:55:20 +0000 |
commit | 8cbd4440a27a6bbf32e14fb848e1307a883436b9 (patch) | |
tree | bb5e5cc605afbef48dbc9e2b3b890bd4e4c489fc /audio/boodler | |
parent | 2128c21b1f2cfe572f07a30135ab91f2fcc7a2cc (diff) |
Notes
Diffstat (limited to 'audio/boodler')
-rw-r--r-- | audio/boodler/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index f919acc9264b..792d847677fb 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -9,8 +9,7 @@ PORTNAME= boodler PORTVERSION= 1.5.3 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.eblong.com/zarf/boodler/ \ - http://s89813419.onlinehome.us/ +MASTER_SITES= http://www.eblong.com/zarf/boodler/ DISTFILES= boodler-153.tar.gz boodler-snd-021902.tar.gz MAINTAINER= daniel+boodler@pelleg.org @@ -23,7 +22,7 @@ USE_PYTHON= yes DRIVER?= oss WRKSRC= ${WRKDIR}/${PORTNAME} BHOME= ${PREFIX}/share/boodler -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/share/boodler/boodle pre-everything:: @@ -57,6 +56,10 @@ PKGNAMESUFFIX= -file PIC= --PIC .endif +.if ${ARCH} == "sparc64" +BROKEN= does not compile on sparc64 +.endif + post-patch: ${REINPLACE_CMD} -e "s|^booroot=.*|booroot=${PREFIX}/share/boodler|" ${WRKSRC}/wrapper/boodler @${RMDIR} ${WRKDIR}/boodler-snd/string |