diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 16:24:50 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 16:24:50 +0000 |
commit | 5d0d12e2d8965e7da066aba1e1dbaac153ef9d11 (patch) | |
tree | 75a040cd9ac60993de07881c69deb80bfd667af5 /audio/darkice/Makefile | |
parent | 5af2b1ef157c934a81b0c872234cff84f3b12a01 (diff) | |
download | ports-5d0d12e2d8965e7da066aba1e1dbaac153ef9d11.tar.gz ports-5d0d12e2d8965e7da066aba1e1dbaac153ef9d11.zip |
Notes
Diffstat (limited to 'audio/darkice/Makefile')
-rw-r--r-- | audio/darkice/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index cbbf7b96e5c6..ae7619865c3b 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -7,7 +7,7 @@ # PORTNAME= darkice -PORTVERSION= 0.13.2 +PORTVERSION= 0.14 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,8 +24,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \ --with-vorbis-prefix=${LOCALBASE} -MAN1= darkice.1 -MAN5= darkice.cfg.5 +MAN1= darkice.1 +MAN5= darkice.cfg.5 +PLIST_FILES= bin/darkice etc/darkice.cfg post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |