diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 21:17:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 21:17:05 +0800 |
commit | 6f3ad05afcc04b4c6e3a2bf62bec2e6d06037265 (patch) | |
tree | 883fa73fe8d864a8393ceb47ea89cb05c68ccb4d /deskutils/dlume | |
parent | 30cd6ae8d5e6886d0e12a9e3f44e335e5e976489 (diff) | |
download | freebsd-ports-gnome-6f3ad05afcc04b4c6e3a2bf62bec2e6d06037265.tar.gz freebsd-ports-gnome-6f3ad05afcc04b4c6e3a2bf62bec2e6d06037265.tar.zst freebsd-ports-gnome-6f3ad05afcc04b4c6e3a2bf62bec2e6d06037265.zip |
Stage support
Diffstat (limited to 'deskutils/dlume')
-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 |