diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-09 17:12:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-09 17:12:19 +0800 |
commit | 367fd44169831b21f8698e854b6fc294e2db9633 (patch) | |
tree | 92f6643a691eef2ccd6307bf49942bd3b8692961 /graphics | |
parent | de271e2f09b9498a23a9be96c8d895fc84e04de8 (diff) | |
download | freebsd-ports-gnome-367fd44169831b21f8698e854b6fc294e2db9633.tar.gz freebsd-ports-gnome-367fd44169831b21f8698e854b6fc294e2db9633.tar.zst freebsd-ports-gnome-367fd44169831b21f8698e854b6fc294e2db9633.zip |
Remove useless USE_DISPLAY
While here:
- Convert USE_GMAKE to USES=gmake
- Remove indefinite artical
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/diacanvas2/Makefile | 6 |
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} |