summaryrefslogtreecommitdiff
path: root/deskutils/dlume/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-17 16:10:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-17 16:10:12 +0000
commit4ffbcf02d4c8681e4ef6888ece5947dfc27958d2 (patch)
tree6fb0e72f15b5b74041fb51d61d2981a48b75f5ff /deskutils/dlume/Makefile
parent- Update to version 0.99.1.1 (diff)
- Update to version 0.1.6
PR: 60333 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=96060
Diffstat (limited to 'deskutils/dlume/Makefile')
-rw-r--r--deskutils/dlume/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile
index 732ee5414f27..b8d165aa09cc 100644
--- a/deskutils/dlume/Makefile
+++ b/deskutils/dlume/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dlume
-PORTVERSION= 0.1.4
+PORTVERSION= 0.1.6
CATEGORIES= deskutils gnome
MASTER_SITES= http://clay.ll.pl/download/
@@ -14,11 +14,15 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 address book
USE_X_PREFIX= yes
+USE_GNOME= gnometarget gtk20 libxml2
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack gnomeprefix gtk20 libxml2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= ${PORTNAME}.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in
+
.include <bsd.port.mk>