diff options
Diffstat (limited to 'audio/linux-esound/Makefile')
-rw-r--r-- | audio/linux-esound/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/audio/linux-esound/Makefile b/audio/linux-esound/Makefile index 29698d8a781d..7bcb5c47290f 100644 --- a/audio/linux-esound/Makefile +++ b/audio/linux-esound/Makefile @@ -7,16 +7,7 @@ PORTNAME= esound CATEGORIES= audio linux -.if (${MACHINE_ARCH} == "i386") -PORTVERSION= 0.2.14 -.elif (${MACHINE_ARCH} == "alpha") -PORTVERSION= 0.2.17 -.endif -.if (${MACHINE_ARCH} == "i386") -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/os/i386/RedHat/RPMS/ -.elif (${MACHINE_ARCH} == "alpha") -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/os/alpha/RedHat/RPMS/ -.endif +PORTVERSION= 0.2.22 MAINTAINER= taoka@FreeBSD.org |