diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-31 12:11:39 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-31 12:11:39 +0000 |
commit | 1cb56f69b9aa747d03b041e25344685995557065 (patch) | |
tree | 32c1889e9670177d38861ee22004cd260a78efb6 | |
parent | 8cc26e8d9db3e6ab5dc047cb4d72927948d24605 (diff) | |
download | ports-1cb56f69b9aa747d03b041e25344685995557065.tar.gz ports-1cb56f69b9aa747d03b041e25344685995557065.zip |
Notes
-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} |