aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgnomecanvas/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 15:38:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 15:38:40 +0000
commite4f6307f45acad2b46e2f2ec00dcb188e512ef6a (patch)
tree9d98bc847776f07da765b3d535a952514570c5f2 /graphics/libgnomecanvas/Makefile
parent5bb94a9c001721fcc18daa1e88e255be7a61e688 (diff)
downloadports-e4f6307f45acad2b46e2f2ec00dcb188e512ef6a.tar.gz
ports-e4f6307f45acad2b46e2f2ec00dcb188e512ef6a.zip
Notes
Diffstat (limited to 'graphics/libgnomecanvas/Makefile')
-rw-r--r--graphics/libgnomecanvas/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index c362d6c1bf49..f8281b7eb2ea 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libgnomecanvas
PORTVERSION= 2.30.3
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -12,21 +12,21 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A graphics library for GNOME
-USE_BZIP2= yes
+USES+= tar:bzip2
.if !defined(REFERENCE_PORT)
-USES= gettext gmake pkgconfig
+USES+= gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack
+USE_GNOME= libglade2 libartlgpl2 referencehack
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--enable-glade \
--disable-gtk-doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
.include <bsd.port.mk>
.endif