summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-07 11:42:31 +0000
committeruebayasi <uebayasi>2003-01-07 11:42:31 +0000
commit8b6eb44e7562f8a90068be2849e13a160fd808a3 (patch)
treea9742cb9e331c5ec48cb07c14935366906feecd9 /devel
parentc1c2a961491525aaee4bcb4ce4b282b91c79a8c6 (diff)
downloadpkgsrc-8b6eb44e7562f8a90068be2849e13a160fd808a3.tar.gz
Buildlinkify.
Diffstat (limited to 'devel')
-rw-r--r--devel/guile-fcgi/Makefile8
-rw-r--r--devel/guile-gtk/Makefile6
-rw-r--r--devel/guile-www/Makefile3
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/guile-fcgi/Makefile b/devel/guile-fcgi/Makefile
index 25586892407..2ac60782df1 100644
--- a/devel/guile-fcgi/Makefile
+++ b/devel/guile-fcgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/01/07 03:56:20 uebayasi Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/07 11:43:43 uebayasi Exp $
DISTNAME= guile-fcgi-0.1
CATEGORIES= devel www
@@ -8,15 +8,15 @@ MAINTAINER= epg@pretzelnet.org
HOMEPAGE= http://www.bgu.ru/%7Edsa/guilefcgi.html
COMMENT= Guile interface to FastCGI
-BUILD_DEPENDS= fcgi>=2.2.0:../../www/fcgi
-
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-fcgi-includes=${PREFIX}/include
+#CONFIGURE_ARGS+= --with-fcgi-includes=${PREFIX}/include
do-build:
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} guile-fcgi.x
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
.include "../../lang/guile14/buildlink2.mk"
+.include "../../www/fcgi/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/guile-gtk/Makefile b/devel/guile-gtk/Makefile
index 487cf97ad71..9f25fcff52f 100644
--- a/devel/guile-gtk/Makefile
+++ b/devel/guile-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/01/07 03:56:21 uebayasi Exp $
+# $NetBSD: Makefile,v 1.9 2003/01/07 11:43:12 uebayasi Exp $
#
DISTNAME= guile-gtk-0.19
@@ -12,8 +12,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.ping.de/sites/zagadka/guile-gtk/
COMMENT= Library to make GTK accesible from guile
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
-
+USE_BUILDLINK2= # defined
USE_X11= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -21,4 +20,5 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
.include "../../lang/guile14/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/guile-www/Makefile b/devel/guile-www/Makefile
index ad22ce8e204..12aeb2e91e3 100644
--- a/devel/guile-www/Makefile
+++ b/devel/guile-www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/01/07 03:56:22 uebayasi Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/07 11:42:31 uebayasi Exp $
DISTNAME= guile-www-1.0.1
CATEGORIES= devel www
@@ -8,6 +8,7 @@ MAINTAINER= epg@pretzelnet.org
HOMEPAGE= http://www.gnu.org/software/guile/
COMMENT= Guile WWW module
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
.include "../../lang/guile14/buildlink2.mk"