summaryrefslogtreecommitdiff
path: root/net/ed2k-gtk-gui
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-30 07:52:08 +0000
committerminskim <minskim@pkgsrc.org>2004-05-30 07:52:08 +0000
commit4feff7c1112eb7dfc65c8263c606ac65407b23f7 (patch)
tree49ad9402ff5eb69aea8829fb3f3c4d91e86c83f3 /net/ed2k-gtk-gui
parentdeb599e379662f42337419259559a2a1cb89c5f2 (diff)
downloadpkgsrc-4feff7c1112eb7dfc65c8263c606ac65407b23f7.tar.gz
Simplify Makefile using BUILDLINK_TRANSFORM instead of subst.mk.
Diffstat (limited to 'net/ed2k-gtk-gui')
-rw-r--r--net/ed2k-gtk-gui/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile
index c536383eeb1..b56c0d02bb2 100644
--- a/net/ed2k-gtk-gui/Makefile
+++ b/net/ed2k-gtk-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/14 16:15:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/30 07:52:08 minskim Exp $
DISTNAME= ed2k-gtk-gui-0.6.2
CATEGORIES= net
@@ -20,11 +20,7 @@ SUBST_STAGE.shell= post-patch
SUBST_FILES.shell= ed2k_gui/misc.c
SUBST_SED.shell= -e 's,/bin/bash,/bin/sh,g'
-SUBST_CLASSES+= gtk24
-SUBST_MESSAGE.gtk24= "Fixing build with GTK+ 2.4."
-SUBST_STAGE.gtk24= post-patch
-SUBST_FILES.gtk24= ed2k_gui/Makefile.in
-SUBST_SED.gtk24= -e 's|-D.*_DISABLE_DEPRECATED||g'
+BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"