diff options
author | krion <krion@FreeBSD.org> | 2003-09-27 21:21:51 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-27 21:21:51 +0800 |
commit | 4790ff78436a0d697eea208f4c46a6412d057a8d (patch) | |
tree | 23d55ddadd533de4562d42679abe1584652abb8b /devel/libticalcs | |
parent | 2dddc8bcca5c2a496798bbc6f45fe8c936a69ced (diff) | |
download | freebsd-ports-graphics-4790ff78436a0d697eea208f4c46a6412d057a8d.tar.gz freebsd-ports-graphics-4790ff78436a0d697eea208f4c46a6412d057a8d.tar.zst freebsd-ports-graphics-4790ff78436a0d697eea208f4c46a6412d057a8d.zip |
- Fix build on bento, honour PREFIX
- Dependency update: intl.4 -> intl.5
PR: 57274
Submitted by: maintainer
Diffstat (limited to 'devel/libticalcs')
-rw-r--r-- | devel/libticalcs/Makefile | 2 | ||||
-rw-r--r-- | devel/libticalcs/files/patch-macros-Makefile.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index 235ff60fd75..cca9078475e 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 00000000000..e40ae901c72 --- /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 |