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 /lang/gnustep-base | |
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 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 08a1cc19e612..9e5fcb2e1636 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -33,7 +33,6 @@ USE_ICONV= yes MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml BREAKS_IF_PEDANTIC= yes -NO_FILTER_SHLIBS= yes PLIST_SUB+= LOCALBASE=${LOCALBASE} ETCDIR= ${LOCALBASE}/etc |