diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/glibwww/Makefile | 2 | ||||
-rw-r--r-- | www/gtkhtml/Makefile | 2 | ||||
-rw-r--r-- | www/libgtkhtml/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile index 334bbd722..242a3a4c0 100644 --- a/www/glibwww/Makefile +++ b/www/glibwww/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww USE_GMAKE= yes USE_GNOME= gnomelibs GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 3d4dd2f78..cfec1ebda 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -23,7 +23,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal USE_GETTEXT= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gconf=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index a245bf4cb..fc633e2ad 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/libgtkhtml/Makefile,v 1.38 2006/07/23 01:51:50 mezz Exp $ # PORTNAME= libgtkhtml @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 gail ltverhack -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |