diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 03:56:40 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 03:56:40 +0800 |
commit | 55fe10d99ecae14aa5cdfd3dd4a618e63c3a38a8 (patch) | |
tree | 56d493b684268004f7c40f93bedc411ba4ff55b8 /x11-toolkits/guile-gnome | |
parent | b42f60db7ae55c6753a8d0ca44cd2bd5c8b25637 (diff) | |
download | freebsd-ports-gnome-55fe10d99ecae14aa5cdfd3dd4a618e63c3a38a8.tar.gz freebsd-ports-gnome-55fe10d99ecae14aa5cdfd3dd4a618e63c3a38a8.tar.zst freebsd-ports-gnome-55fe10d99ecae14aa5cdfd3dd4a618e63c3a38a8.zip |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
Diffstat (limited to 'x11-toolkits/guile-gnome')
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index b996cda683a2..ce31d1e5de41 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix bonobo gtkhtml libglade -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \ --with-libglade --with-gdkpixbuf --with-ghttp CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |