pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mono-xsp - Do not use DEPENDS directly if there's ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4136fd2fdd8
branches: trunk
changeset: 538746:c4136fd2fdd8
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Feb 18 17:06:32 2008 +0000
description:
- Do not use DEPENDS directly if there's a bl3.mk file available.
- Simplify PKGNAME.
diffstat:
www/mono-xsp/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 60506ad702d8 -r c4136fd2fdd8 www/mono-xsp/Makefile
--- a/www/mono-xsp/Makefile Mon Feb 18 16:48:35 2008 +0000
+++ b/www/mono-xsp/Makefile Mon Feb 18 17:06:32 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/02/18 14:01:56 kefren Exp $
+# $NetBSD: Makefile,v 1.5 2008/02/18 17:06:32 xtraeme Exp $
DISTNAME= xsp-${MONO_VERSION}
-PKGNAME= mono-xsp-${MONO_VERSION}
+PKGNAME= mono-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://go-mono.com/sources/xsp/
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +16,6 @@
USE_TOOLS+= gmake pkg-config
MAKE_JOBS_SAFE= no
-DEPENDS+= sqlite3>=3.5.2:../../databases/sqlite3
-
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/mono/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index