diff options
Diffstat (limited to 'security/pidgin-otr/Makefile')
-rw-r--r-- | security/pidgin-otr/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 6326d7552482..a0b8a9f0a749 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -37,10 +37,4 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_USES_OFF= gettext-tools -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000036 && ${ARCH} == i386 -LDFLAGS+= -lssp_nonshared -.endif - .include <bsd.port.mk> |