diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
commit | 1a88278734c45ada8e18fca7c815b43d05826c3a (patch) | |
tree | 2375ba65fd99b806539d4ee9e1b29f8f3fd29c34 /net | |
parent | ddda5ed61be63fae22938ebe686c49beb6fa76a5 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gmdns/Makefile | 2 | ||||
-rw-r--r-- | net/gnet-glib2/Makefile | 2 | ||||
-rw-r--r-- | net/gnet2/Makefile | 2 | ||||
-rw-r--r-- | net/libgnetwork/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/gmdns/Makefile b/net/gmdns/Makefile index 986773cb934c..55b937cc0e2d 100644 --- a/net/gmdns/Makefile +++ b/net/gmdns/Makefile @@ -18,7 +18,7 @@ COMMENT= A GNU implementation of multicast DNS, part of Zeroconf USE_BZIP2= yes USE_GNOME= gnomehack glib20 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile index 22f83de7b31e..08f7efbc2472 100644 --- a/net/gnet-glib2/Makefile +++ b/net/gnet-glib2/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple network library built upon Glib-2 USE_GNOME= gnomehack glib20 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-glib2 MAN1= gnet-glib2-config.1 diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 285271521a3a..40f9da2401df 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A simple network library built upon Glib-2 USE_GNOME= gnomehack glib20 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 9f116f94e768..6b9a356dff60 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |