diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-04-16 15:39:52 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-04-16 15:39:52 +0000 |
commit | 144a718553273515fa05408fc13b487a07470bd4 (patch) | |
tree | f61d19c2a57226af750413c87c50ebd9876e56de /audio/amarok | |
parent | - Distfile are rerolled. From diff and README: As of version 2005-04-29, dyna... (diff) |
- fix build with new updated libtunepimp 0.4.2
- bump PORTREVISION
Submitted by: markus
Notes
Notes:
svn path=/head/; revision=159704
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index b1e0267eef80..a06e122195e3 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -94,6 +94,8 @@ CONFIGURE_ARGS+=--enable-postgresql post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|LIBS="-ltunepimp $$LIBS"|LIBS="-ltunepimp -liconv $$LIBS"|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH} |