diff options
Diffstat (limited to 'audio/coverhunter/Makefile')
-rw-r--r-- | audio/coverhunter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/coverhunter/Makefile b/audio/coverhunter/Makefile index 8a3e9aed8243..364a8ef16881 100644 --- a/audio/coverhunter/Makefile +++ b/audio/coverhunter/Makefile @@ -9,15 +9,14 @@ PORTNAME= coverhunter PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= audio graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A program fetching the covers of your digital music albums RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging -USE_X_PREFIX= yes +USE_XORG= x11 USE_GNOME= pygtk2 USE_PYTHON= 2.3+ NO_BUILD= yes |