diff options
Diffstat (limited to 'audio/freedesktop-sound-theme/Makefile')
-rw-r--r-- | audio/freedesktop-sound-theme/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/freedesktop-sound-theme/Makefile b/audio/freedesktop-sound-theme/Makefile index 5710eb955934..e6c8094be8f0 100644 --- a/audio/freedesktop-sound-theme/Makefile +++ b/audio/freedesktop-sound-theme/Makefile @@ -1,20 +1,16 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/audio/freedesktop-sound-theme/Makefile,v 1.6 2009/11/27 22:09:57 marcus Exp $ PORTNAME= freedesktop-sound-theme -PORTVERSION= 0.7 -PORTREVISION= 2 +PORTVERSION= 0.8 CATEGORIES= audio gnome -MASTER_SITES= LOCAL -MASTER_SITE_SUBDIR= kwm +MASTER_SITES= http://people.freedesktop.org/~mccann/dist/ DISTNAME= sound-theme-freedesktop-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Sound theme based on the FreeDesktop specification -USE_GNOME= intlhack -USES= gettext gmake tar:bzip2 +USES= gettext-tools gmake tar:bzip2 GNU_CONFIGURE= yes .include <bsd.port.mk> |