diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-28 02:00:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-28 02:00:59 +0000 |
commit | 85dad5ce556643b3a6553048606b678558b1a26b (patch) | |
tree | e6b263f804d62bcf6045675ed730d408844c1bef /x11-toolkits/guile-gnome | |
parent | 1a4fc87cb85254ccad961e569c7bb9f0618d1761 (diff) | |
download | ports-85dad5ce556643b3a6553048606b678558b1a26b.tar.gz ports-85dad5ce556643b3a6553048606b678558b1a26b.zip |
Notes
Diffstat (limited to 'x11-toolkits/guile-gnome')
-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 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> |