diff options
author | sat <sat@FreeBSD.org> | 2007-06-26 03:03:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-26 03:03:04 +0800 |
commit | d8a6fa97ed5ef884e3fcf23d9c327e0ad37579e8 (patch) | |
tree | 1d545efa9dd3eaaf03cdd5abc6cb07a559b92632 /audio | |
parent | 96363e6d52f0241c9c899cf9aeebccdf82e56d4e (diff) | |
download | freebsd-ports-gnome-d8a6fa97ed5ef884e3fcf23d9c327e0ad37579e8.tar.gz freebsd-ports-gnome-d8a6fa97ed5ef884e3fcf23d9c327e0ad37579e8.tar.zst freebsd-ports-gnome-d8a6fa97ed5ef884e3fcf23d9c327e0ad37579e8.zip |
- Fix a typo
- Remove superfluous use_ldconfig
Approved by: Buganini <buganini@gmail.com> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacious-mac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audacious-mac/Makefile b/audio/audacious-mac/Makefile index 060cf285e238..700e44de5079 100644 --- a/audio/audacious-mac/Makefile +++ b/audio/audacious-mac/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: audacious-audacious +# New ports collection makefile for: audacious-mac # Date created: 23 June 2007 # Whom: buganini@gmail.com # @@ -19,7 +19,6 @@ LIB_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/" -USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS = @CXXFLAGS@|CXXFLAGS = @CXXFLAGS@ -lmac|' ${WRKSRC}/src/Makefile.in |