diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-28 23:10:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-28 23:10:29 +0800 |
commit | 2ed18c3e9a0f39bfb2537d579dfb899340055515 (patch) | |
tree | 435fb354c59804d1e99f71bedd2f5efa58cd8e4c /audio | |
parent | 0335d365965f72aaf51a834e87d5c8f3b0acbfd9 (diff) | |
download | freebsd-ports-gnome-2ed18c3e9a0f39bfb2537d579dfb899340055515.tar.gz freebsd-ports-gnome-2ed18c3e9a0f39bfb2537d579dfb899340055515.tar.zst freebsd-ports-gnome-2ed18c3e9a0f39bfb2537d579dfb899340055515.zip |
- Mark BROKEN Does not compile
Reported by: pavbot
Diffstat (limited to 'audio')
-rw-r--r-- | audio/umodplayer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile index 216e9f8a6212..b3b7e889bb1f 100644 --- a/audio/umodplayer/Makefile +++ b/audio/umodplayer/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= modplug.0:${PORTSDIR}/audio/libmodplug \ ao.3:${PORTSDIR}/audio/libao BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:${PORTSDIR}/audio/libaiff +BROKEN= Does not compile with audio/libaiff + GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 |