diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 12:25:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 12:25:35 +0800 |
commit | 7b69d793d17614fc7c023575f907ec7cc9ea6205 (patch) | |
tree | af5088e0cfd37ea500df60dd689c80139b6a2d82 /x11-toolkits | |
parent | 1bf0843d96d8b63a3718d8e334628e81bd557cad (diff) | |
download | freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.gz freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.zst freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.zip |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-kde/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/xforms/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index c3e3975f52c3..cd0199bffada 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -40,7 +40,6 @@ USE_XLIB= yes EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.patch MAKE_FLAGS+= OPTFLAG="${CFLAGS}" BREAKS_IF_PEDANTIC= yes -NO_FILTER_SHLIBS= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} diff --git a/x11-toolkits/py-kde/Makefile b/x11-toolkits/py-kde/Makefile index e1a0ae734a34..1f98ad73c6aa 100644 --- a/x11-toolkits/py-kde/Makefile +++ b/x11-toolkits/py-kde/Makefile @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USE_KDEBASE_VER=3 USE_PYTHON= yes -NO_FILTER_SHLIBS= yes OPTIONS= DEBUG "Enable debugging symbols" off \ DOCS "Install documentation" on \ diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 6ada997112de..c58b81cafd59 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -32,7 +32,6 @@ REINPLACE_ARGS= -i "" USE_X_PREFIX= yes HAS_CONFIGURE= yes INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS=yes .if defined(PACKAGE_BUILDING) TMPDIR?= /tmp diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index c332d69a52a9..3206c2bca96a 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -35,7 +35,6 @@ PATCH_DIST_STRIP= -p1 USE_XPM= yes USE_IMAKE= yes INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes MAN1= fdesign.1 fd2ps.1 |