diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-13 08:51:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-13 08:51:19 +0800 |
commit | 13fc08bbc34a58a16011d540847cd023cb4911cf (patch) | |
tree | 0228f1e0f82f34d871de6176e0f23b46f2408f39 /comms | |
parent | 3b86f3650ef515e6816d8e46901f98aec7fd2fd2 (diff) | |
download | freebsd-ports-gnome-13fc08bbc34a58a16011d540847cd023cb4911cf.tar.gz freebsd-ports-gnome-13fc08bbc34a58a16011d540847cd023cb4911cf.tar.zst freebsd-ports-gnome-13fc08bbc34a58a16011d540847cd023cb4911cf.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"\ |