diff options
author | kefren <kefren> | 2008-04-19 19:23:17 +0000 |
---|---|---|
committer | kefren <kefren> | 2008-04-19 19:23:17 +0000 |
commit | b381645e11f1216a7d9955db2f0948d0407e12d9 (patch) | |
tree | 9e62711f0322a27dc76f6f212f0e710b4d51aa14 /www/mono-xsp/Makefile | |
parent | 351d3861485b60edb297c74f7d79ecbe41ca0f7d (diff) | |
download | pkgsrc-b381645e11f1216a7d9955db2f0948d0407e12d9.tar.gz |
Update to xsp 1.9, part of mono 1.9
Diffstat (limited to 'www/mono-xsp/Makefile')
-rw-r--r-- | www/mono-xsp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mono-xsp/Makefile b/www/mono-xsp/Makefile index 7b0a94bc90c..df51f50a2df 100644 --- a/www/mono-xsp/Makefile +++ b/www/mono-xsp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/02/18 17:06:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2008/04/19 19:23:17 kefren Exp $ DISTNAME= xsp-${MONO_VERSION} PKGNAME= mono-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= kefren@NetBSD.org HOMEPAGE= http://www.mono-project.com/ASP.NET COMMENT= Standalone web server written in C\# -.include "../../lang/mono/Makefile.version" +.include "../../lang/mono/Makefile.common" GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config |