aboutsummaryrefslogtreecommitdiff
path: root/mail/crm114
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-10-21 18:39:29 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-10-21 18:39:29 +0000
commit0e33fbd6db75e96906443e2791bf552a957e955f (patch)
tree9750f64b18da83f86fc67d31b4a07359bbdbb408 /mail/crm114
parent31f7e26faa46ce889b7a5bb6bde5938e32682ed6 (diff)
downloadports-0e33fbd6db75e96906443e2791bf552a957e955f.tar.gz
ports-0e33fbd6db75e96906443e2791bf552a957e955f.zip
mail/crm114: strip gettext-runtime requisite
PR: 226608 Reported by: Igor Sysoev
Notes
Notes: svn path=/head/; revision=515119
Diffstat (limited to 'mail/crm114')
-rw-r--r--mail/crm114/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile
index e68b744d8fca..876ebb157be1 100644
--- a/mail/crm114/Makefile
+++ b/mail/crm114/Makefile
@@ -3,7 +3,7 @@
PORTNAME= crm114
PORTVERSION= 20100106
-PORTREVISION= 3
+PORTREVISION= 4
# WARNING change versionname in CRM114RELEASENAME too.
# portlint didn't like this variable at this place.
# So I have to put it down in this file.
@@ -23,7 +23,6 @@ LIB_DEPENDS= libtre.so:textproc/libtre
CRM114RELEASENAME=BlameMichelson
-USES= gettext-runtime
USE_CSTD=gnu89
OPTIONS_DEFINE= NORMALIZEMIME DOCS EXAMPLES
@@ -34,8 +33,7 @@ MAKE_ARGS= CC="${CC}" prefix="${STAGEDIR}${PREFIX}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-LIBS+= -L${LOCALBASE}/lib -lintl
+LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed
CFLAGS+= -DVERSION='\"${PORTVERSION}-${CRM114RELEASENAME}\"'
CFLAGS+= -DNO_LOGL