aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnocl/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-11-21 20:49:01 +0800
committerpav <pav@FreeBSD.org>2003-11-21 20:49:01 +0800
commit13aa29d6d0967ffdd2cb54612e3fb131e7e2d781 (patch)
treee3c158f7bb7b1491be8611aeaf595b93c5193d41 /x11-toolkits/gnocl/Makefile
parent1b36cdff5f23acf18fac02f0e6e68e830327c9dc (diff)
downloadfreebsd-ports-gnome-13aa29d6d0967ffdd2cb54612e3fb131e7e2d781.tar.gz
freebsd-ports-gnome-13aa29d6d0967ffdd2cb54612e3fb131e7e2d781.tar.zst
freebsd-ports-gnome-13aa29d6d0967ffdd2cb54612e3fb131e7e2d781.zip
- Update to 0.5.12
PR: ports/58204 Submitted by: stephane Approved by: adamw (mentor)
Diffstat (limited to 'x11-toolkits/gnocl/Makefile')
-rw-r--r--x11-toolkits/gnocl/Makefile14
1 files changed, 10 insertions, 4 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>