Date: Tue, 9 Jul 2013 09:12:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322553 - head/graphics/diacanvas2 Message-ID: <201307090912.r699CJRk027600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jul 9 09:12:19 2013 New Revision: 322553 URL: http://svnweb.freebsd.org/changeset/ports/322553 Log: Remove useless USE_DISPLAY While here: - Convert USE_GMAKE to USES=gmake - Remove indefinite artical Modified: head/graphics/diacanvas2/Makefile Modified: head/graphics/diacanvas2/Makefile ============================================================================== --- head/graphics/diacanvas2/Makefile Tue Jul 9 09:07:52 2013 (r322552) +++ head/graphics/diacanvas2/Makefile Tue Jul 9 09:12:19 2013 (r322553) @@ -9,17 +9,15 @@ MASTER_SITES= SF/diacanvas/DiaCanvas2/${ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A general drawing canvas from dia dialog editor +COMMENT= General drawing canvas from dia dialog editor -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= pygnome2 USE_PYTHON= 2.2+ -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USE_DISPLAY= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307090912.r699CJRk027600>