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 /graphics/ipe/Makefile | |
parent | * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed) (diff) |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to '')
-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 832c647eb499..2d4b46593b83 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> |