diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-31 13:17:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-31 13:17:05 +0000 |
commit | 3a4b4ea60bc03c3c82cbabe7a7264234183de599 (patch) | |
tree | 883fa73fe8d864a8393ceb47ea89cb05c68ccb4d /deskutils/dlume/Makefile | |
parent | f56179419abf12f40fcf350fd0018c3e96a9bdce (diff) | |
download | ports-3a4b4ea60bc03c3c82cbabe7a7264234183de599.tar.gz ports-3a4b4ea60bc03c3c82cbabe7a7264234183de599.zip |
Notes
Diffstat (limited to 'deskutils/dlume/Makefile')
-rw-r--r-- | deskutils/dlume/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile index a8d7073ee723..28d73478d33c 100644 --- a/deskutils/dlume/Makefile +++ b/deskutils/dlume/Makefile @@ -10,16 +10,14 @@ MASTER_SITES= ${MASTER_SITE_TUCOWS} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 address book -USES= pathfix pkgconfig +USES= pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/dlume share/pixmaps/dlume.png +PLIST_FILES= bin/dlume man/man1/dlume.1.gz share/pixmaps/dlume.png -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in |