aboutsummaryrefslogtreecommitdiff
path: root/devel/ddd/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-07 04:41:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-07 04:41:13 +0000
commit2fc854b7bd7510ec592fea5a47c2c163a91b1781 (patch)
tree6bcd084cd2bc36e3e8a2764244007453e21274e0 /devel/ddd/Makefile
parent99a00230cba88f6ff829d0a5cf3940c14e4a622a (diff)
downloadports-2fc854b7bd7510ec592fea5a47c2c163a91b1781.tar.gz
ports-2fc854b7bd7510ec592fea5a47c2c163a91b1781.zip
Fix build on -current.
Submitted by: kan PR: ports/42454
Notes
Notes: svn path=/head/; revision=65771
Diffstat (limited to 'devel/ddd/Makefile')
-rw-r--r--devel/ddd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 1690fc45b031..f027be060ab6 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -25,6 +25,8 @@ PLIST_SUB= VERSION=${PORTVERSION}
MAN1= ddd.1
+CFLAGS+= -Wno-deprecated
+
.if defined(MOTIFLIB)
.if defined(MOTIF_STATIC)
LIBXMDIR!= ${ECHO_CMD} ${MOTIFLIB} | ${SED} -e 's/\/libXm\.a//g' | ${AWK} '{print $$1}'