diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
commit | 67721bd22d50a02e35021f1d03c3658680e89201 (patch) | |
tree | c6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/gtkasp2php | |
parent | 763c7a82b9f2eebd8438ab3acc284818c1f5f2fe (diff) | |
download | pkgsrc-67721bd22d50a02e35021f1d03c3658680e89201.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/gtkasp2php')
-rw-r--r-- | www/gtkasp2php/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gtkasp2php/Makefile b/www/gtkasp2php/Makefile index f6aeb3a2037..72b88baeb4b 100644 --- a/www/gtkasp2php/Makefile +++ b/www/gtkasp2php/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/22 04:14:23 martti Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/27 05:44:23 snj Exp $ DISTNAME= asp2php-0.76.10 PKGREVISION= 2 @@ -10,9 +10,9 @@ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://asp2php.naken.cc/ COMMENT= Gtk+ version of utility to convert asp pages to php pages -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES ALL_TARGET= all gui -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |