diff options
-rw-r--r-- | lang/onyx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 687cc62e2fe2..28c6010f7755 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.canonware.com/download/onyx/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook -LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit +LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit \ + pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |