diff options
author | trevor <trevor@FreeBSD.org> | 2002-11-25 01:56:46 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-11-25 01:56:46 +0000 |
commit | 1eaeb2036312bd5d732606c2bde68c9d1f412d61 (patch) | |
tree | 3036f41121ff5d434e1bff3c7698e0d9bcd4f7ef /audio/aumix/Makefile | |
parent | a8228358d751c5496455b49b3f75ffc176829278 (diff) | |
download | FreeBSD-ports-1eaeb2036312bd5d732606c2bde68c9d1f412d61.zip FreeBSD-ports-1eaeb2036312bd5d732606c2bde68c9d1f412d61.tar.gz |
Update to 2.8. Take maintainership.
Approved by: cpiazza (carte blanche)
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index f7942cc..d957fd4 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -6,18 +6,18 @@ # PORTNAME= aumix -PORTVERSION= 2.7 -PORTREVISION= 1 +PORTVERSION= 2.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://jpj.net/~trevor/aumix/ \ http://jpj.net/~trevor/aumix/old/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= cpiazza@FreeBSD.org +MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +USE_BZIP2= yes USE_GNOMENG= yes WANT_GNOME= yes GNU_CONFIGURE= yes |