summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnocl
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-07-23 14:57:26 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-07-23 14:57:26 +0000
commit258e0fcbc9c20770f1642570c460e905c8e98646 (patch)
tree5e577a32cf2e0cbecd3a1c6cffc0bf5d3af2c61b /x11-toolkits/gnocl
parent- Update to 2.8.2 (diff)
- Fix build on i386 6.x (probably)
Reported by: PH via erwin Tested by: chris on http://www.officialunix.com/tb/
Notes
Notes: svn path=/head/; revision=238245
Diffstat (limited to 'x11-toolkits/gnocl')
-rw-r--r--x11-toolkits/gnocl/Makefile3
-rw-r--r--x11-toolkits/gnocl/files/patch-Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile
index 2847bd77f064..6c64dd76385b 100644
--- a/x11-toolkits/gnocl/Makefile
+++ b/x11-toolkits/gnocl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnocl
PORTVERSION= 0.9.94
+PORTREVISION= 1
CATEGORIES= x11-toolkits devel
MASTER_SITES= SF/gnocl
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -16,7 +17,7 @@ COMMENT= GTK+ and Gnome extension for Tcl
USE_GMAKE= yes
USE_ZIP= yes
-USE_GNOME= gtk20 libglade2 gtksourceview2 gtkhtml3
+USE_GNOME= gtk20 libglade2 gtksourceview2 gtkhtml3 gnomelibs
USE_TCL= 84
USE_LDCONFIG= yes
diff --git a/x11-toolkits/gnocl/files/patch-Makefile b/x11-toolkits/gnocl/files/patch-Makefile
index 6d52ff720535..dc415286d900 100644
--- a/x11-toolkits/gnocl/files/patch-Makefile
+++ b/x11-toolkits/gnocl/files/patch-Makefile
@@ -27,8 +27,8 @@
- -I/usr/local/include/gtkhtml /
+ -I${LOCALBASE}/tcl$(TCL_VERSION) \
+ -I${LOCALBASE}/include/gtksourceview-2.0 \
-+ -I${LOCALBASE}/include/libglade-2.0/ \
-+ -I${LOCALBASE}/include/gtkhtml /
++ -I${LOCALBASE}/include/libglade-2.0 \
++ -I${LOCALBASE}/include/gtkhtml
# don't forget to add libs for new widgets!!
export LIBS := $(shell pkg-config \