diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-28 02:00:59 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-28 02:00:59 +0000 |
commit | b4848bbb8861d97f1e57ab00d5ece8ae0e8cd385 (patch) | |
tree | 4474f997908f1073aa80618f0b867c9c7666b6d7 /x11-toolkits | |
parent | 77df82a61de0da3e648127b4f41b605fb8c3d473 (diff) | |
download | FreeBSD-ports-b4848bbb8861d97f1e57ab00d5ece8ae0e8cd385.zip FreeBSD-ports-b4848bbb8861d97f1e57ab00d5ece8ae0e8cd385.tar.gz |
Try to pacify bento, and get this port to build reliably.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index a691f89..4a8060f 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> |