aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gdmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gdmap/Makefile')
-rw-r--r--sysutils/gdmap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile
index dbcbf2ee5b9c..6a979c052194 100644
--- a/sysutils/gdmap/Makefile
+++ b/sysutils/gdmap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdmap
PORTVERSION= 0.7.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gdmap
@@ -28,5 +28,7 @@ MAN1= gdmap.1
post-patch:
@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \
${WRKSRC}/src/gui_main.c
+ @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>