diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-10 22:00:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-10 22:00:05 +0000 |
commit | 5983e76152126dd75d16fefe62464d294c68c3c2 (patch) | |
tree | 4f20f37c8ecf043d68e7204a29b4740afe690e1d | |
parent | - Update to version 040308 (diff) |
- Fix build (missing dependency)
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=103573
-rw-r--r-- | lang/ml-pnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ml-pnet/Makefile b/lang/ml-pnet/Makefile index e6d88387f783..9241d16f0457 100644 --- a/lang/ml-pnet/Makefile +++ b/lang/ml-pnet/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ${PNET_MASTER_SITES} MAINTAINER= ahze@ahze.net COMMENT= Mono's upper-level libraries -BUILD_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib +BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ + ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib USE_LIBTOOL= yes |