diff options
author | pav <pav@FreeBSD.org> | 2004-03-11 05:54:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-11 05:54:54 +0800 |
commit | da7c3b8ad19bd6c994c168518a184394c1030c6e (patch) | |
tree | af287ea9bc639c74596abb13ea5c8ecaf7c59d83 | |
parent | 2f745945094826e156b2964659f366d0c875f576 (diff) | |
download | freebsd-ports-gnome-da7c3b8ad19bd6c994c168518a184394c1030c6e.tar.gz freebsd-ports-gnome-da7c3b8ad19bd6c994c168518a184394c1030c6e.tar.zst freebsd-ports-gnome-da7c3b8ad19bd6c994c168518a184394c1030c6e.zip |
- Fix build (missing dependency)
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Reported by: bento via kris
-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 |