From 13aa29d6d0967ffdd2cb54612e3fb131e7e2d781 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 21 Nov 2003 12:49:01 +0000 Subject: - Update to 0.5.12 PR: ports/58204 Submitted by: stephane Approved by: adamw (mentor) --- x11-toolkits/gnocl/Makefile | 14 ++++++++++---- x11-toolkits/gnocl/distinfo | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'x11-toolkits/gnocl') diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 11993963c09..b220738de93 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnocl -PORTVERSION= 0.5.10 +PORTVERSION= 0.5.12 CATEGORIES= x11-toolkits devel MASTER_SITES= http://www.dr-baum.net/gnocl/ @@ -23,13 +23,19 @@ BUILD_WRKSRC= ${WRKSRC}/src CFLAGS+= -I${LOCALBASE}/include/tcl8.4 USE_X_PREFIX= yes -USE_GNOME= libgnomecanvas +USE_GNOME= libgnomecanvas gconf2 + +.include + +.if ${ARCH} == amd64 +CFLAGS+= -fPIC +.endif GNOCL_CANVAS_FILE="lib/libgnoclCanvas.so.1" .if defined(WITHOUT_CANVAS) ALL_TARGET= gnocl -USE_GNOME= gtk20 +USE_GNOME= gtk20 gconf2 GNOCL_CANVAS_FILE= "@comment " .endif @@ -46,4 +52,4 @@ do-install: ${INSTALL_DATA} ${BUILD_WRKSRC}/gnoclCanvas.so ${PREFIX}/lib/libgnoclCanvas.so.1; \ fi; \ -.include +.include diff --git a/x11-toolkits/gnocl/distinfo b/x11-toolkits/gnocl/distinfo index 266f8da3a24..92105677af6 100644 --- a/x11-toolkits/gnocl/distinfo +++ b/x11-toolkits/gnocl/distinfo @@ -1 +1 @@ -MD5 (gnocl-0.5.10.tar.bz2) = 1d1b01c536a58e217cf4f069d5113210 +MD5 (gnocl-0.5.12.tar.bz2) = 2d9894ff9ee3c23fdf89594fb7fc7d18 -- cgit