diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:09:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:09:38 +0000 |
commit | 62270ba64217df93693ef6bc8150d1e1476d2e40 (patch) | |
tree | 87e73c96912d196f0e31a610916079427950e8b8 /databases | |
parent | 55de47ff4ee4aa9764e1d97c5ca6f8954e54303b (diff) | |
download | pkgsrc-62270ba64217df93693ef6bc8150d1e1476d2e40.tar.gz |
Remove USE_BUILDLINK3 this time...
Diffstat (limited to 'databases')
-rw-r--r-- | databases/acid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/acid/Makefile b/databases/acid/Makefile index c9769195e03..7379a6fa6a9 100644 --- a/databases/acid/Makefile +++ b/databases/acid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/20 10:09:14 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/20 10:09:38 xtraeme Exp $ # DISTNAME= acid-0.9.6b23 @@ -16,7 +16,6 @@ DEPENDS+= php-jpgraph>=1.8:../../graphics/php-jpgraph DEPENDS+= php-gd>=4.0.4:../../graphics/php4-gd DEPENDS+= php-sockets>=4.0.4:../../net/php4-sockets -USE_BUILDLINK3= yes NO_BUILD= yes NO_BUILDLINK= yes WRKSRC= ${WRKDIR}/acid |