diff options
author | osa <osa@FreeBSD.org> | 2003-10-21 21:31:31 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-21 21:31:31 +0800 |
commit | c3e89c2391f5528da4bef480f89e63e35d81c741 (patch) | |
tree | a51de31bae2c8004c8138419bad8710a3f33be47 /devel/libtifiles | |
parent | b804f82203e9994a773588d7e5507bbfd3b95113 (diff) | |
download | freebsd-ports-gnome-c3e89c2391f5528da4bef480f89e63e35d81c741.tar.gz freebsd-ports-gnome-c3e89c2391f5528da4bef480f89e63e35d81c741.tar.zst freebsd-ports-gnome-c3e89c2391f5528da4bef480f89e63e35d81c741.zip |
Unbreak build by use WANT_AUTOMAKE_VER=15.
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
PR: 58328, 58329, 58330
Diffstat (limited to 'devel/libtifiles')
-rw-r--r-- | devel/libtifiles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index f0f9ec98700e..16586ca62859 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -18,11 +18,11 @@ 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 INSTALLS_SHLIB= yes -USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ LDFLAGS="-L${LOCALBASE}/lib" |