svn commit: r322553 - head/graphics/diacanvas2
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 9 09:12:19 UTC 2013
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 at 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}
More information about the svn-ports-head
mailing list