6b7215ed56
Replace various BROKEN entries for missing sbrk on aarch64 and risc64 with USES=sbrk. Fix a few missing entries (generally ports blocked by other dependences). Approved by: portmgr (mat in D47258 comment) Differential Revision: https://reviews.freebsd.org/D47259
14 lines
226 B
Makefile
14 lines
226 B
Makefile
PKGNAMESUFFIX= -genisoimage
|
|
|
|
COMMENT= Standalone genisoimage from cdrkit
|
|
|
|
RUN_DEPENDS= # nada
|
|
|
|
CONFLICTS= # nada
|
|
|
|
PLIST_SUB= CDRKIT="@comment " GENISOIMAGE=""
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrkit
|
|
|
|
.include "${MASTERDIR}/Makefile"
|