diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-21 12:49:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-21 12:49:01 +0000 |
commit | d89ff581c170d278c118b28f9921e361030eb9f8 (patch) | |
tree | 3cd55579f84d87e9541223af2db31da7b97ba9be /x11-toolkits/gnocl | |
parent | 3256476fb442889adc2165424cd37481499d804b (diff) | |
download | ports-d89ff581c170d278c118b28f9921e361030eb9f8.tar.gz ports-d89ff581c170d278c118b28f9921e361030eb9f8.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnocl')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/gnocl/distinfo | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 11993963c098..b220738de93b 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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/gnocl/distinfo b/x11-toolkits/gnocl/distinfo index 266f8da3a24a..92105677af6d 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 |