aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/guile-gnome
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-28 02:00:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-28 02:00:59 +0000
commit85dad5ce556643b3a6553048606b678558b1a26b (patch)
treee6b263f804d62bcf6045675ed730d408844c1bef /x11-toolkits/guile-gnome
parent1a4fc87cb85254ccad961e569c7bb9f0618d1761 (diff)
downloadports-85dad5ce556643b3a6553048606b678558b1a26b.tar.gz
ports-85dad5ce556643b3a6553048606b678558b1a26b.zip
Notes
Diffstat (limited to 'x11-toolkits/guile-gnome')
-rw-r--r--x11-toolkits/guile-gnome/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile
index a691f89bc730..4a8060f23576 100644
--- a/x11-toolkits/guile-gnome/Makefile
+++ b/x11-toolkits/guile-gnome/Makefile
@@ -25,6 +25,9 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \
--with-libglade --with-gdkpixbuf --with-ghttp
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+pre-build:
+ @${TOUCH} -f ${WRKSRC}/guile-gnome/gtkhtml/*.c
.include <bsd.port.mk>