diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-10 21:54:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-10 21:54:54 +0000 |
commit | 71cb711f2af3c0041de666271c273aef00ed3682 (patch) | |
tree | e6560cce94535974f14d0c3758d157786cd4aaf8 | |
parent | Remove hash for version 0.35.5. List size. (diff) |
- Fix build (missing dependency)
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=103571
-rw-r--r-- | lang/pnetc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pnetc/Makefile b/lang/pnetc/Makefile index 912ac4dc67b5..b8cf785f2532 100644 --- a/lang/pnetc/Makefile +++ b/lang/pnetc/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ${PNET_MASTER_SITES} MAINTAINER= ahze@ahze.net COMMENT= ANSI-compatible C library for pnet's cscc compiler -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 |