diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-21 21:31:31 +0800 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-21 21:31:31 +0800 |
commit | 3593c8f27e60c45226dfbc1a1e2b4e504cba88a7 (patch) | |
tree | 430b6fd188d1c0461b78d3c9738fc3ccbd259aea /comms/libticables | |
parent | 8becacbbe90b04ce8e88ac48c001cda24f676881 (diff) | |
download | freebsd-ports-gnome-3593c8f27e60c45226dfbc1a1e2b4e504cba88a7.tar.gz freebsd-ports-gnome-3593c8f27e60c45226dfbc1a1e2b4e504cba88a7.tar.zst freebsd-ports-gnome-3593c8f27e60c45226dfbc1a1e2b4e504cba88a7.zip |
Unbreak build by use WANT_AUTOMAKE_VER=15.
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
PR: 58328, 58329, 58330
Diffstat (limited to 'comms/libticables')
-rw-r--r-- | comms/libticables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 94c2b26c92c6..3ce8fecb5435 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -18,10 +18,10 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +WANT_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes -USE_AUTOMAKE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ |