diff options
author | bapt <bapt@FreeBSD.org> | 2016-11-06 09:06:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-11-06 09:06:47 +0800 |
commit | 56ca2a0ab911639f71aea3e0d5c136988c06488a (patch) | |
tree | 114cf3fcb11e15497ebb90429d7d0b45dab66ad0 | |
parent | a05ada0a7fa5518321108d56597748988bcd0402 (diff) | |
download | freebsd-ports-gnome-56ca2a0ab911639f71aea3e0d5c136988c06488a.tar.gz freebsd-ports-gnome-56ca2a0ab911639f71aea3e0d5c136988c06488a.tar.zst freebsd-ports-gnome-56ca2a0ab911639f71aea3e0d5c136988c06488a.zip |
Add missing LIB_DEPENDS
Regen patches using make makepatch
Pointyhat to: bapt
Submitted by: jrm
Differential Revision: https://reviews.freebsd.org/D8452
-rw-r--r-- | graphics/libetonyek01/Makefile | 1 | ||||
-rw-r--r-- | graphics/libetonyek01/files/patch-configure.ac (renamed from graphics/libetonyek01/files/patch-mdds1.2) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index e9a358541583..5be09bc29c20 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds \ ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ librevenge-0.0.so:textproc/librevenge \ + liblangtag.so:devel/liblangtag \ libxml2.so:textproc/libxml2 OPTIONS_DEFINE= TEST diff --git a/graphics/libetonyek01/files/patch-mdds1.2 b/graphics/libetonyek01/files/patch-configure.ac index dda6e8a3e230..f1f9d22b11f3 100644 --- a/graphics/libetonyek01/files/patch-mdds1.2 +++ b/graphics/libetonyek01/files/patch-configure.ac @@ -1,4 +1,4 @@ ---- configure.ac +--- configure.ac.orig 2016-01-12 18:21:19 UTC +++ configure.ac @@ -24,8 +24,8 @@ AC_LANG([C++]) # Configure options |