From 6e19693fe656b59771bab9ea029ade39dae49e5a Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 27 Sep 2003 13:21:51 +0000 Subject: [PATCH] - Fix build on bento, honour PREFIX - Dependency update: intl.4 -> intl.5 PR: 57274 Submitted by: maintainer --- devel/libticalcs/Makefile | 2 +- devel/libticalcs/files/patch-macros-Makefile.in | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 devel/libticalcs/files/patch-macros-Makefile.in diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index 235ff60fd756..cca9078475e7 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \ tifiles.5:${PORTSDIR}/devel/libtifiles \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_GNOME= glib20 GNU_CONFIGURE= yes diff --git a/devel/libticalcs/files/patch-macros-Makefile.in b/devel/libticalcs/files/patch-macros-Makefile.in new file mode 100644 index 000000000000..e40ae901c72b --- /dev/null +++ b/devel/libticalcs/files/patch-macros-Makefile.in @@ -0,0 +1,11 @@ +--- macros/Makefile.in.orig Sat Sep 20 13:34:57 2003 ++++ macros/Makefile.in Sat Sep 20 13:35:18 2003 +@@ -194,7 +194,7 @@ + done + + +-aclocaldir = @ACLOCALDIR@ ++aclocaldir = ${datadir}/aclocal + + @Aclocal_TRUE@aclocal_DATA = ticalcs.m4 + subdir = macros