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 /graphics/ipe | |
parent | 1bf0843d96d8b63a3718d8e334628e81bd557cad (diff) | |
download | freebsd-ports-graphics-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.gz freebsd-ports-graphics-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.zst freebsd-ports-graphics-7b69d793d17614fc7c023575f907ec7cc9ea6205.zip |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'graphics/ipe')
-rw-r--r-- | graphics/ipe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 832c647eb49..2d4b46593b8 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -27,7 +27,6 @@ MAKE_ENV+= QTDIR=${QTDIR} USE_XLIB= yes USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib -NO_FILTER_SHLIBS= 1 MAN1= figtoipe.1 ipe.1 ipe5toxml.1 ipetoipe.1 ipetopng.1 .include <bsd.port.pre.mk> |