diff options
author | lofi <lofi@FreeBSD.org> | 2003-08-18 14:00:16 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-08-18 14:00:16 +0000 |
commit | 9db9ce0b7a93f720574fe82a284252ab61690508 (patch) | |
tree | 5799646058e328cbfd89a72e997e631a78751306 /audio/icecast2/Makefile | |
parent | 4618d889f74ad17660b70b3114c96b47c72d8da2 (diff) | |
download | FreeBSD-ports-9db9ce0b7a93f720574fe82a284252ab61690508.zip FreeBSD-ports-9db9ce0b7a93f720574fe82a284252ab61690508.tar.gz |
Bento fixes.
Notified by: kris (bento)
Approved by: arved (Mentor)
Diffstat (limited to 'audio/icecast2/Makefile')
-rw-r--r-- | audio/icecast2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index f88442f..35d248d 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -22,8 +22,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ vorbis.2:${PORTSDIR}/audio/libvorbis \ xslt.1:${PORTSDIR}/textproc/libxslt -CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" USE_GMAKE= yes USE_LIBTOOL= yes |