aboutsummaryrefslogtreecommitdiff
path: root/mail/freepops/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-09 22:39:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-09 22:39:40 +0000
commit7ef41cc50e845fe2415bef147ec8c310afdeda71 (patch)
tree3f7af2135edc023431289b0175ba88c79c87c1c9 /mail/freepops/Makefile
parenta03ddab930b6d0cbfb9461c4e247edf60b314095 (diff)
Notes
Diffstat (limited to 'mail/freepops/Makefile')
-rw-r--r--mail/freepops/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index 909a0fb9a6b4..3e750b33d727 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= freepops
-PORTVERSION= 0.2.7
+PORTVERSION= 0.2.8
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= freepops
@@ -33,7 +33,8 @@ post-patch:
s|/usr/local|${LOCALBASE}|; \
s|^CC=$${CC:-gcc}||; \
s|^CXX=$${CXX:-g++}||; \
- s|=$${CFLAGS:-"-O2 -g3 \(.*\)"}|="$${CFLAGS} \1"|' \
+ s|=$${CFLAGS:-"-O2 -g3 \(.*\)"}|="$${CFLAGS} \1"|; \
+ s|^LDFLAGS="$$LDFLAGS -L/usr/local/lib"|LDFLAGS="$$LDFLAGS -L/usr/local/lib -lintl"|' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e \
's|$$(PREFIX)|${PREFIX}/|; \