diff options
author | Michael Landin <mich@FreeBSD.org> | 2008-02-05 17:44:57 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2008-02-05 17:44:57 +0000 |
commit | 17d811e1482d224e38855f1f069f00035a6465c2 (patch) | |
tree | e875f6a0a550e64a6b5e218e72fb43d2db68e267 /audio/amarok-kde4/Makefile | |
parent | 757d1cb7a1087f71a8ddb088281fc37bde345881 (diff) |
Notes
Diffstat (limited to 'audio/amarok-kde4/Makefile')
-rw-r--r-- | audio/amarok-kde4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 50009a9a9f60..3dc5e1a83bbe 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= amarok -PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTVERSION= 1.4.8 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -25,9 +24,11 @@ USE_BZIP2= yes USE_KDEBASE_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +USE_GETTEXT= yes USE_SDL= sdl USE_RUBY= yes USE_LDCONFIG= yes +INSTALLS_ICONS= yes OPTIONS= GPOD "iPod support" on \ NJB "Creative Nomad and Dell support" on \ @@ -94,7 +95,7 @@ EXTRA_PATCHES= ${PATCHDIR}/hide-main-menu-bar-feature.patch .if defined(DEBUG) CONFIGURE_ARGS+=--enable-debug=full -STRIP= # none +STRIP= # none .endif pre-extract: check-options-version |