diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-07-06 22:57:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-07-06 22:57:06 +0000 |
commit | 8e3a71cbefd658dd087f43465a758458421253dc (patch) | |
tree | 8b5a758e3b2c7ad541bf3b57a82d8d56521ee2aa /audio/libtunepimp | |
parent | e142b9dd2612adae322b1e434969adbeeed795dc (diff) | |
download | ports-8e3a71cbefd658dd087f43465a758458421253dc.tar.gz ports-8e3a71cbefd658dd087f43465a758458421253dc.zip |
Notes
Diffstat (limited to 'audio/libtunepimp')
-rw-r--r-- | audio/libtunepimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 33f9a3d266d9..4d90b47dbf97 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \ @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -liconv" INSTALLS_SHLIB= yes post-patch: |