diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-30 07:52:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-30 07:52:08 +0000 |
commit | 8f106be128de33d2bbefebae85ebbaf3761a6392 (patch) | |
tree | 49ad9402ff5eb69aea8829fb3f3c4d91e86c83f3 /net/ed2k-gtk-gui | |
parent | 408ef2a09f24e1bd84a1ce4b5247e056de92c5ef (diff) | |
download | pkgsrc-8f106be128de33d2bbefebae85ebbaf3761a6392.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/Makefile | 8 |
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" |