diff options
author | snj <snj> | 2004-04-24 18:53:40 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-24 18:53:40 +0000 |
commit | f976a78c4745b90cfac51f70bb54236181c8f530 (patch) | |
tree | 6eb8213a872f3f088b5fc485107ce0a1556ab9be /misc/fooseti | |
parent | 623bbb306b369cb648b0c8b9721a4b8e13d2537d (diff) | |
download | pkgsrc-f976a78c4745b90cfac51f70bb54236181c8f530.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" |