diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-26 01:44:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-26 01:44:08 +0000 |
commit | c4629202edcc67b07b37a75dc6267671f53e57d4 (patch) | |
tree | a8e9ff610de3177f50f663ccc438cd131a1924d4 /audio/amarok/Makefile | |
parent | 7af07fe931ed1f4fb8edad5c2f3c9f45e2b90ae7 (diff) |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156825
Diffstat (limited to 'audio/amarok/Makefile')
-rw-r--r-- | audio/amarok/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 198636729189..95f18e3f91f3 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +20,7 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ USE_BZIP2= yes USE_KDEBASE_VER=3 USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_SDL= sdl |