mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Unbreak port by adding dependency on autoconf.
Noticed by: bento
This commit is contained in:
parent
63e741dc21
commit
cce87ed9dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90966
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= tilp
|
|||
MAINTAINER= tijl@ulyssis.org
|
||||
COMMENT= TI calculator link cables library
|
||||
|
||||
BROKEN= Broken pkg-plist
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
||||
|
@ -23,6 +21,7 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
|
||||
|
|
Loading…
Add table
Reference in a new issue