diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 08:51:19 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 08:51:19 +0800 |
commit | cce87ed9dc9c4b4d32fe56a7c37bb69919534fa5 (patch) | |
tree | d984505a02ec30a110bae95af83cd29b5cca1431 /comms | |
parent | 63e741dc21eff0ecdf813745391fafd5f47344cc (diff) | |
download | freebsd-ports-gnome-cce87ed9dc9c4b4d32fe56a7c37bb69919534fa5.tar.gz freebsd-ports-gnome-cce87ed9dc9c4b4d32fe56a7c37bb69919534fa5.tar.zst freebsd-ports-gnome-cce87ed9dc9c4b4d32fe56a7c37bb69919534fa5.zip |
Unbreak port by adding dependency on autoconf.
Noticed by: bento
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libticables/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 2f98ddd85fa8..94c2b26c92c6 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -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"\ |