diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 03:22:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 03:22:52 +0800 |
commit | e74ad457e559e38105a0fdb231c01b1ac01ab488 (patch) | |
tree | 7dd1940d78ac9d8561a05d929f834586c11ade80 /x11-toolkits/guile-gtk | |
parent | 714552c4893c878e87e30e24fd5a40faf5722262 (diff) | |
download | freebsd-ports-gnome-e74ad457e559e38105a0fdb231c01b1ac01ab488.tar.gz freebsd-ports-gnome-e74ad457e559e38105a0fdb231c01b1ac01ab488.tar.zst freebsd-ports-gnome-e74ad457e559e38105a0fdb231c01b1ac01ab488.zip |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits/guile-gtk')
-rw-r--r-- | x11-toolkits/guile-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index 6e9ffc23ee12..34b795635130 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnometarget gdkpixbuf libglade -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-gtkgl=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |