diff options
author | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
commit | ea30842945a7da8e04cb190e5ab5845b89a96f2e (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /lang/mono | |
parent | fcd856930931649a053e5bae5aa7d42494437faa (diff) | |
download | pkgsrc-ea30842945a7da8e04cb190e5ab5845b89a96f2e.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index b3a2a50b624..79f596b3e1e 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2008/05/30 11:07:22 tnn Exp $ +# $NetBSD: Makefile,v 1.68 2008/07/14 12:56:07 joerg Exp $ DISTNAME= mono-${MONO_VERSION} PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= kefren@NetBSD.org HOMEPAGE= http://www.mono-project.com/ COMMENT= Open source implementation of the .NET Development Framework +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser CONFLICTS= pnet-[0-9]* |