diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-13 08:54:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-13 08:54:14 +0800 |
commit | 64e478de02955dafceaa5966152e16f3200edb0d (patch) | |
tree | 7296c1e1004aa642fe4b9c3ed2fbe28bfa8f2b74 /devel | |
parent | 13fc08bbc34a58a16011d540847cd023cb4911cf (diff) | |
download | freebsd-ports-gnome-64e478de02955dafceaa5966152e16f3200edb0d.tar.gz freebsd-ports-gnome-64e478de02955dafceaa5966152e16f3200edb0d.tar.zst freebsd-ports-gnome-64e478de02955dafceaa5966152e16f3200edb0d.zip |
Unbreak port by added dependency on autoconf.
Noticed by: bento
Diffstat (limited to 'devel')
-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" |