svn commit: r322521 - head/audio/solfege

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 17:16:48 UTC 2013


Author: bapt
Date: Mon Jul  8 17:16:47 2013
New Revision: 322521
URL: http://svnweb.freebsd.org/changeset/ports/322521

Log:
  Convert to USES=display

Modified:
  head/audio/solfege/Makefile

Modified: head/audio/solfege/Makefile
==============================================================================
--- head/audio/solfege/Makefile	Mon Jul  8 17:15:04 2013	(r322520)
+++ head/audio/solfege/Makefile	Mon Jul  8 17:16:47 2013	(r322521)
@@ -1,11 +1,6 @@
-# ex:ts=8
-# Ports collection makefile for:	solfege
-# Date created:			Apr 10, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
 #   $MCom: ports/audio/solfege/Makefile,v 1.7 2007/09/09 23:47:50 mezz Exp $
-#
 
 PORTNAME=	solfege
 PORTVERSION=	3.20.6
@@ -22,14 +17,13 @@ BUILD_DEPENDS=	${STYLESHEET}:${PORTSDIR}
 USE_GNOME=	gnomehack pygtk2
 WANT_GNOME=	yes
 USE_PYTHON=	yes
-USES=		gettext
+USES=		gettext display
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_XML2PO=""
 CONFIGURE_ARGS=	--disable-oss-sound \
 		--enable-docbook-stylesheet=${STYLESHEET}
 MAKE_ARGS=	skipmanual=yes
-USE_DISPLAY=	yes
 
 MAN1=		solfege.1
 


More information about the svn-ports-all mailing list