summaryrefslogtreecommitdiff
path: root/x11/xpad
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-05-02 13:40:59 +0000
committerkristerw <kristerw>2004-05-02 13:40:59 +0000
commitdbc4213e044ca8e72f4ff4889c7a5bad4a60dab1 (patch)
treefb16e0c7ea1f2d7306c17b542ae939ece9c4d1a3 /x11/xpad
parent8cf19e10f8123955846bd47a22573d0dd11b3abd (diff)
downloadpkgsrc-dbc4213e044ca8e72f4ff4889c7a5bad4a60dab1.tar.gz
Fix build error by removing -DGTK_DISABLE_DEPRECATED.
Diffstat (limited to 'x11/xpad')
-rw-r--r--x11/xpad/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile
index 39aca795f3e..e2461e6d033 100644
--- a/x11/xpad/Makefile
+++ b/x11/xpad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/14 16:15:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/02 13:40:59 kristerw Exp $
#
DISTNAME= xpad-1.12
@@ -22,6 +22,8 @@ USE_X11= yes
LIBS.SunOS= -lX11
+BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"