diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-09 01:16:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-09 01:16:47 +0800 |
commit | 31ab2731462bb41a10047fb0500f394b728a7b3b (patch) | |
tree | 2dca05826db3a1424eff9d81c7631b06324e9c6d | |
parent | c1300bd1495625ccff23081043ee3b1428da9450 (diff) | |
download | freebsd-ports-gnome-31ab2731462bb41a10047fb0500f394b728a7b3b.tar.gz freebsd-ports-gnome-31ab2731462bb41a10047fb0500f394b728a7b3b.tar.zst freebsd-ports-gnome-31ab2731462bb41a10047fb0500f394b728a7b3b.zip |
Convert to USES=display
-rw-r--r-- | audio/solfege/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 18e76e50bea4..a39b5903fa8c 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -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}/textproc/docbook-xsl \ 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 |