aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-eyed3
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-31 07:01:05 +0800
committerbapt <bapt@FreeBSD.org>2013-08-31 07:01:05 +0800
commit216ddc419baa671bdc18a793418729537600d99b (patch)
tree6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/py-eyed3
parent6888ddfe5af42cca3e395048136f34cfb0f50c53 (diff)
downloadfreebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.gz
freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.zst
freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.zip
Convert audio from USE_GMAKE to USES=gmake
While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/py-eyed3')
-rw-r--r--audio/py-eyed3/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-eyed3/Makefile b/audio/py-eyed3/Makefile
index 226c72a73a3e..0e612034e931 100644
--- a/audio/py-eyed3/Makefile
+++ b/audio/py-eyed3/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: py-eyed3
-# Date created: 22 August 2003
-# Whom: Hye-Shik Chang <perky@FreeBSD.org>
-#
+# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
PORTNAME= eyed3
@@ -19,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= 2.6-2.7
USE_PYTHON_PREFIX= yes
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= PYTHON="${PYTHON_CMD}"
MAKE_ENV= SETUP_ARGS_BUILD="${PYDISTUTILS_BUILDARGS}" \