diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-03 15:36:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-03 15:36:44 +0000 |
commit | c9c718150d6ded19270b3ff34c3cb5aa7185ebd0 (patch) | |
tree | 15602dc6547cfde3b8e98b50a61f2edf2c7d4f9a /audio/ample/Makefile | |
parent | Update to version 1.42 (diff) |
Update to version 0.5.7
PR: ports/68627
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=112858
Diffstat (limited to 'audio/ample/Makefile')
-rw-r--r-- | audio/ample/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ample/Makefile b/audio/ample/Makefile index fe0c6be850a1..3e60a77237d0 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ample -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to listen to your own MP3's away from home GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= ample.1 MAN5= ample.conf.5 ample.html.5 |