diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
commit | a01439c2ca857df62d783ca85972a47474b700d1 (patch) | |
tree | 524caf06bace8677347d6681513a8a465202ef88 /net | |
parent | * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed) (diff) |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Notes
Notes:
svn path=/head/; revision=183680
Diffstat (limited to 'net')
-rw-r--r-- | net/nxserver/Makefile | 1 | ||||
-rw-r--r-- | net/opal/Makefile | 1 | ||||
-rw-r--r-- | net/opal3/Makefile | 1 | ||||
-rw-r--r-- | net/openh323/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net/nxserver/Makefile b/net/nxserver/Makefile index 0bbfe6cbc3b7..25a8f48cffd9 100644 --- a/net/nxserver/Makefile +++ b/net/nxserver/Makefile @@ -38,7 +38,6 @@ ALL_TARGET= World NXPREFIX?= ${PREFIX}/NX USE_GMAKE= yes USE_IMAKE= yes -NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> diff --git a/net/opal/Makefile b/net/opal/Makefile index 4f574e07eeb5..af318f9d44ed 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= autoconf:259 USE_GNOME= gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 4f574e07eeb5..af318f9d44ed 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= autoconf:259 USE_GNOME= gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/net/openh323/Makefile b/net/openh323/Makefile index fda8237498c6..744de96269be 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -30,7 +30,6 @@ ALL_TARGET= optshared CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES" MAKE_ENV= BUILDTIME="YES" -NO_FILTER_SHLIBS= yes .include <bsd.port.pre.mk> |