diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 00:54:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 00:54:14 +0000 |
commit | 8fb01e2ccf765c5031f4992bc2ff401c07a42d30 (patch) | |
tree | f8cfd18082d479a82b764038b715fa2a3ceca7d6 | |
parent | cce87ed9dc9c4b4d32fe56a7c37bb69919534fa5 (diff) |
Notes
-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" |