aboutsummaryrefslogtreecommitdiff
path: root/mail/abook
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-10 01:30:07 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-10 01:30:07 +0000
commitbb88484aeee6607a334bc4d8115d3fbdc6042e7b (patch)
treed513e2d9ac985a90985e6ea51cd5362edce71ae6 /mail/abook
parent343fea679dd6c345cabc049f28f8cf69cdf2a767 (diff)
downloadports-bb88484aeee6607a334bc4d8115d3fbdc6042e7b.tar.gz
ports-bb88484aeee6607a334bc4d8115d3fbdc6042e7b.zip
- Fix bogus intl.a linking
- Update to 0.5.6 Changelog: - translation fixes - fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif) - fix localized keybindings with --disable-nls PR: ports/101715 Submitted by: maintainer (Stanislav Sedov)
Notes
Notes: svn path=/head/; revision=170230
Diffstat (limited to 'mail/abook')
-rw-r--r--mail/abook/Makefile4
-rw-r--r--mail/abook/distinfo6
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile
index 65699b3ddfd2..00d2c9089c60 100644
--- a/mail/abook/Makefile
+++ b/mail/abook/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= abook
-PORTVERSION= 0.5.5
+PORTVERSION= 0.5.6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,6 +17,8 @@ COMMENT= An addressbook program with mutt mail client support
GNU_CONFIGURE= yes
USE_GNOME= gnometarget
CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
diff --git a/mail/abook/distinfo b/mail/abook/distinfo
index cf4df38dff79..2dc998a777ed 100644
--- a/mail/abook/distinfo
+++ b/mail/abook/distinfo
@@ -1,3 +1,3 @@
-MD5 (abook-0.5.5.tar.gz) = e9d5f4a8d7d30c96a381851489a53a1d
-SHA256 (abook-0.5.5.tar.gz) = b39011cd69b79643fce3b4fe91abe8163f65945a9b348991665582c0c8d7233a
-SIZE (abook-0.5.5.tar.gz) = 392689
+MD5 (abook-0.5.6.tar.gz) = 87d25df96864a7c507a4965e6d1da49d
+SHA256 (abook-0.5.6.tar.gz) = 0646f6311a94ad3341812a4de12a5a940a7a44d5cb6e9da5b0930aae9f44756e
+SIZE (abook-0.5.6.tar.gz) = 393097