summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-09 09:12:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-09 09:12:19 +0000
commita33a570c931429aaeb0bb78995103ade1121ff86 (patch)
tree92f6643a691eef2ccd6307bf49942bd3b8692961
parentUpdate to 295 (diff)
Remove useless USE_DISPLAY
While here: - Convert USE_GMAKE to USES=gmake - Remove indefinite artical
Notes
Notes: svn path=/head/; revision=322553
-rw-r--r--graphics/diacanvas2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile
index 03b6785e3524..ced6e62cf0e6 100644
--- a/graphics/diacanvas2/Makefile
+++ b/graphics/diacanvas2/Makefile
@@ -9,17 +9,15 @@ MASTER_SITES= SF/diacanvas/DiaCanvas2/${PORTVERSION}
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}