diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-17 16:10:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-17 16:10:12 +0000 |
commit | 4ffbcf02d4c8681e4ef6888ece5947dfc27958d2 (patch) | |
tree | 6fb0e72f15b5b74041fb51d61d2981a48b75f5ff /deskutils/dlume/Makefile | |
parent | 6d7837b58a210b428bbbe2b25ee08ef9b4cf571d (diff) |
Notes
Diffstat (limited to 'deskutils/dlume/Makefile')
-rw-r--r-- | deskutils/dlume/Makefile | 10 |
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> |