cook depends on the libintl shared library at runtime. Add a corresponding

LIB_DEPENDS line.

Submitted by:	steve
This commit is contained in:
Jason Evans 2000-11-06 22:10:26 +00:00
parent b9b356aa56
commit 84ba824676
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34858

View file

@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= devel/make
MAINTAINER= jasone@freebsd.org
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_AUTOCONF= yes
GNU_CONFIGURE= yes