diff options
author | rafan <rafan@FreeBSD.org> | 2006-10-15 00:42:38 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-10-15 00:42:38 +0800 |
commit | b24f5047f6aa3a195b3c94e4da5173cfb218b802 (patch) | |
tree | 2fa647b6b40e8364bbb38b4cbe57bd6d7bf72551 /audio/xmms-liveice | |
parent | 602a170dfbc150a3ca5c8b2c5818fd76358d39c4 (diff) | |
download | freebsd-ports-graphics-b24f5047f6aa3a195b3c94e4da5173cfb218b802.tar.gz freebsd-ports-graphics-b24f5047f6aa3a195b3c94e4da5173cfb218b802.tar.zst freebsd-ports-graphics-b24f5047f6aa3a195b3c94e4da5173cfb218b802.zip |
- Fix pkg-plist
- Some cosmetic changes and pet portlint(1)
PR: ports/104390
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Approved by: portmgr (marcus)
Diffstat (limited to 'audio/xmms-liveice')
-rw-r--r-- | audio/xmms-liveice/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile index 82e5477089a..c3563d810e5 100644 --- a/audio/xmms-liveice/Makefile +++ b/audio/xmms-liveice/Makefile @@ -18,11 +18,11 @@ COMMENT= Use XMMS for streaming audio to Icecast servers LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= lame:${PORTSDIR}/audio/lame -BROKEN= Incomplete pkg-plist +WRKSRC= ${WRKDIR}/LiveIce-${PORTVERSION} -WRKSRC= ${WRKDIR}/LiveIce-1.0.0 - -PLIST_FILES= lib/xmms/Effect/libliveice.so +PLIST_FILES= lib/xmms/Effect/libliveice.la \ + lib/xmms/Effect/libliveice.so +USE_LDCONFIG= yes USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes |