diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 18:53:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 18:53:40 +0000 |
commit | 0bf9c2ac9fae8eed9c059e0a969c781bcb418603 (patch) | |
tree | 6eb8213a872f3f088b5fc485107ce0a1556ab9be /misc/fooseti | |
parent | 31ea2aa99ba4f15d0d7f4b35522f1909e1e33dbf (diff) | |
download | pkgsrc-0bf9c2ac9fae8eed9c059e0a969c781bcb418603.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc/fooseti')
-rw-r--r-- | misc/fooseti/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fooseti/Makefile b/misc/fooseti/Makefile index 7e5d88c2351..98b837fd2be 100644 --- a/misc/fooseti/Makefile +++ b/misc/fooseti/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/08/28 20:05:20 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/24 19:03:25 snj Exp $ # DISTNAME= fooseti-0.6.6 @@ -13,7 +13,7 @@ COMMENT= Simple GTK+ frontend for the Seti@home client DEPENDS+= setiathome>=3.00:../../misc/setiathome GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES CPPFLAGS+= -DPKG_BINDIR=\"\\\"${LOCALBASE}/bin\\\"\" @@ -27,5 +27,5 @@ post-install: .endfor .undef doc -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |