diff options
author | joerg <joerg> | 2009-06-29 23:02:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-29 23:02:06 +0000 |
commit | 6a0d1bd0c23a8898685836da0b310bb5c1acce6b (patch) | |
tree | 37a4025b7b1dcb076efd1e192b4b8dbdc55f7b62 | |
parent | 6d52c5be18ff77358e10f8b8f657e935d04df6e0 (diff) | |
download | pkgsrc-6a0d1bd0c23a8898685836da0b310bb5c1acce6b.tar.gz |
Needs libtool.
-rw-r--r-- | www/ap-mono/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-mono/Makefile b/www/ap-mono/Makefile index 539938a4a20..68887b47dc7 100644 --- a/www/ap-mono/Makefile +++ b/www/ap-mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/04/07 11:32:01 kefren Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/29 23:02:06 joerg Exp $ DISTNAME= mod_mono-2.4 PKGNAME= ap-mono-2.4 @@ -18,6 +18,7 @@ CONF_FILES= ${PREFIX}/share/examples/httpd/mod_mono.conf\ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config +USE_LIBTOOL= yes MAKE_JOBS_SAFE= no .include "../../lang/mono/buildlink3.mk" |