mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix build (missing dependency)
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Reported by: bento via kris
This commit is contained in:
parent
fc4caa7fe7
commit
71cb711f2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103571
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user