aboutsummaryrefslogtreecommitdiff
path: root/comms/kallers
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-11 10:42:42 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-11 10:42:42 +0000
commit97d98282c6958ab6e0a85aaa2c2d3af492dedf64 (patch)
treee0496a1c6d55d189d907f90fe1ef78f4991f70c0 /comms/kallers
parentb3935e6f7779ed61edc6e8ea827df9ae5f73c6e4 (diff)
downloadports-97d98282c6958ab6e0a85aaa2c2d3af492dedf64.tar.gz
ports-97d98282c6958ab6e0a85aaa2c2d3af492dedf64.zip
Notes
Diffstat (limited to 'comms/kallers')
-rw-r--r--comms/kallers/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/comms/kallers/Makefile b/comms/kallers/Makefile
index b209dc812c94..ccefe696759f 100644
--- a/comms/kallers/Makefile
+++ b/comms/kallers/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kallers
PORTVERSION= 0.3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms kde
MASTER_SITES= http://www.nadmm.com/kallers/src/
@@ -16,7 +16,12 @@ COMMENT= KDE Applet that displays Caller IDs
USE_BZIP2= yes
USE_KDELIBS_VER= 3
USE_GMAKE= yes
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
+post-patch:
+ @${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
+ ${WRKSRC}/${PORTNAME}/Makefile.in
+
.include <bsd.port.mk>