cook depends on the libintl shared library at runtime. Add a corresponding
LIB_DEPENDS line. Submitted by: steve
This commit is contained in:
parent
b9b356aa56
commit
84ba824676
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34858
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue