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 /www/opera | |
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 'www/opera')
-rw-r--r-- | www/opera/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 3861ad395a46..a6163bfb9322 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -45,7 +45,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-${OPERA_BUILD} MAN1= opera.1 NO_BUILD= yes -NO_FILTER_SHLIBS=yes OPTIONS= ASPELL "Use the aspell library for spell checking" on \ SHARED "Use a shared Qt library (instead of static)" on |