diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 08:54:14 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 08:54:14 +0800 |
commit | 8fb01e2ccf765c5031f4992bc2ff401c07a42d30 (patch) | |
tree | f8cfd18082d479a82b764038b715fa2a3ceca7d6 /devel/libtifiles | |
parent | cce87ed9dc9c4b4d32fe56a7c37bb69919534fa5 (diff) | |
download | freebsd-ports-gnome-8fb01e2ccf765c5031f4992bc2ff401c07a42d30.tar.gz freebsd-ports-gnome-8fb01e2ccf765c5031f4992bc2ff401c07a42d30.tar.zst freebsd-ports-gnome-8fb01e2ccf765c5031f4992bc2ff401c07a42d30.zip |
Unbreak port by added dependency on autoconf.
Noticed by: bento
Diffstat (limited to 'devel/libtifiles')
-rw-r--r-- | devel/libtifiles/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index dd9afbd7ed96..f0f9ec98700e 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= tilp MAINTAINER= tijl@ulyssis.org COMMENT= TI calculator file types 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 @@ -24,6 +22,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes +USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ LDFLAGS="-L${LOCALBASE}/lib" |