diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-13 19:13:51 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-13 19:13:51 +0000 |
commit | a209c5b185423decb49344e360900c7bd7e43222 (patch) | |
tree | beea7a17a306cd21cbbf4ce8ce1eae64ec530cca /audio/akode-plugins-mpeg | |
parent | 7f59efef38bda87187c5cccd4d443c9b31fb9a51 (diff) | |
download | ports-a209c5b185423decb49344e360900c7bd7e43222.tar.gz ports-a209c5b185423decb49344e360900c7bd7e43222.zip |
Notes
Diffstat (limited to 'audio/akode-plugins-mpeg')
-rw-r--r-- | audio/akode-plugins-mpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile index 95eaaeb6cead..20d6efc9cb77 100644 --- a/audio/akode-plugins-mpeg/Makefile +++ b/audio/akode-plugins-mpeg/Makefile @@ -30,7 +30,7 @@ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ |