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 /science/gsystem | |
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 'science/gsystem')
-rw-r--r-- | science/gsystem/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/gsystem/Makefile b/science/gsystem/Makefile index 9d8a09269816..500632b47311 100644 --- a/science/gsystem/Makefile +++ b/science/gsystem/Makefile @@ -22,7 +22,6 @@ USE_BZIP2= yes USE_KDELIBS_VER= 3 INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes QTDIR= ${X11BASE} QMAKESPEC= freebsd-g++ |