aboutsummaryrefslogtreecommitdiff
path: root/comms/xlog
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /comms/xlog
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
downloadports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz
ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip
Notes
Diffstat (limited to 'comms/xlog')
-rw-r--r--comms/xlog/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index 11207f4e9e36..e9f3dcfcea07 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -3,10 +3,11 @@
# Whom: Patrick Gardella <patrick@FreeBSD.org>
#
# $FreeBSD$
+#
PORTNAME= xlog
PORTVERSION= 1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://pg4i.chronos.org.uk/download/ \
http://www.qsl.net/pg4i/download/
@@ -15,7 +16,7 @@ MAINTAINER= matt@chronos.org.uk
COMMENT= Amateur Radio logging application
USE_GETTEXT= yes
-USE_GNOME= libgnomeprint gnomelibs gtk20
+USE_GNOME= libgnomeprint gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mime-update
@@ -32,4 +33,8 @@ WITHNLS= ""
PLIST_SUB+= WITHNLS=${WITHNLS}
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED||g'
+
.include <bsd.port.mk>