diff options
author | gahr <gahr@FreeBSD.org> | 2009-07-23 22:57:26 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-07-23 22:57:26 +0800 |
commit | 501c508e497a3c8bb1e6a918d0fbae1668dfd265 (patch) | |
tree | 294a175f3dc1649c97234ea69c5aca06366c9788 /x11-toolkits/gnocl | |
parent | 231c25fc68de1d25b8c06d580bfb173279826ce0 (diff) | |
download | freebsd-ports-graphics-501c508e497a3c8bb1e6a918d0fbae1668dfd265.tar.gz freebsd-ports-graphics-501c508e497a3c8bb1e6a918d0fbae1668dfd265.tar.zst freebsd-ports-graphics-501c508e497a3c8bb1e6a918d0fbae1668dfd265.zip |
- Fix build on i386 6.x (probably)
Reported by: PH via erwin
Tested by: chris on http://www.officialunix.com/tb/
Diffstat (limited to 'x11-toolkits/gnocl')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gnocl/files/patch-Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 2847bd77f06..6c64dd76385 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 6d52ff72053..dc415286d90 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 \ |