mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Fix build on bento, honour PREFIX
- Dependency update: intl.4 -> intl.5 PR: 57274 Submitted by: maintainer
This commit is contained in:
parent
09606e75b9
commit
6e19693fe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89540
@ -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
|
||||
|
11
devel/libticalcs/files/patch-macros-Makefile.in
Normal file
11
devel/libticalcs/files/patch-macros-Makefile.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user