diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /www/horde3 | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/horde3')
-rw-r--r-- | www/horde3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile index a95ff1eb20a..a2eb4d0f838 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/03/30 21:58:08 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:53 tv Exp $ DISTNAME= horde-3.0.4 CATEGORIES= www @@ -28,7 +28,6 @@ HORDEDIR= ${PREFIX}/share/horde PAXDIRS= js lib locale po scripts services templates themes util admin SENDMAIL?= /usr/sbin/sendmail -USE_BUILDLINK3= YES PKG_SYSCONFSUBDIR?= httpd USE_PKGINSTALL= YES MESSAGE_SUBST+= HORDEDIR=${HORDEDIR} |