diff options
author | tnn <tnn> | 2008-05-30 11:07:22 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-30 11:07:22 +0000 |
commit | cdb218cf030abe9a8adeba28b18a528b1d287dff (patch) | |
tree | c18937419baf355e2176d9936051f0ea5c63b1be /www/mono-xsp/Makefile | |
parent | 627ee3f981ff819bc3a0ce7169d77633d3afa60e (diff) | |
download | pkgsrc-cdb218cf030abe9a8adeba28b18a528b1d287dff.tar.gz |
Drop lang/mono/Makefile.common which is not needed anymore.
Diffstat (limited to 'www/mono-xsp/Makefile')
-rw-r--r-- | www/mono-xsp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mono-xsp/Makefile b/www/mono-xsp/Makefile index 1368c90acdf..f102880b4dc 100644 --- a/www/mono-xsp/Makefile +++ b/www/mono-xsp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/04/25 08:26:45 kefren Exp $ +# $NetBSD: Makefile,v 1.8 2008/05/30 11:07:22 tnn Exp $ DISTNAME= xsp-1.9.1 PKGNAME= mono-${DISTNAME} @@ -10,8 +10,6 @@ MAINTAINER= kefren@NetBSD.org HOMEPAGE= http://www.mono-project.com/ASP.NET COMMENT= Standalone web server written in C\# -.include "../../lang/mono/Makefile.common" - GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config MAKE_JOBS_SAFE= no |