diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-07 00:19:56 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-07 00:19:56 +0000 |
commit | adcb04156da78975073f662f66653f0a52b01adf (patch) | |
tree | 750a208cfab25aa6a92e56ef0dab2eeed2d20a20 /audio/akode-plugins-resampler/Makefile | |
parent | 315dd6e5e67e2261ce0be0a80a30999d64902c6f (diff) |
Notes
Diffstat (limited to 'audio/akode-plugins-resampler/Makefile')
-rw-r--r-- | audio/akode-plugins-resampler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile index 92393ba895f8..8a00e567eb46 100644 --- a/audio/akode-plugins-resampler/Makefile +++ b/audio/akode-plugins-resampler/Makefile @@ -6,7 +6,7 @@ # PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.r1 +PORTVERSION= 2.0 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_LOCAL} \ @@ -31,7 +31,7 @@ USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -WRKSRC= ${WRKDIR}/akode-2.0rc1 +WRKSRC= ${WRKDIR}/akode-2.0 INSTALLS_SHLIB= yes CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ |