aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-06-15 18:15:28 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-06-15 18:15:28 +0000
commit989af508f731bbf93665bd1be2464da1b1760c15 (patch)
tree579fc74f19b78896b4262c0d165358a308148cca /editors
parentb52edae1df2e58b0da707f064c3f6fa947a189b7 (diff)
downloadports-989af508f731bbf93665bd1be2464da1b1760c15.tar.gz
ports-989af508f731bbf93665bd1be2464da1b1760c15.zip
- Fix build
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=472478
Diffstat (limited to 'editors')
-rw-r--r--editors/dlangide/Makefile4
-rw-r--r--editors/dlangide/files/patch-dub.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/dlangide/Makefile b/editors/dlangide/Makefile
index 7afb0d170d81..dba9a808e357 100644
--- a/editors/dlangide/Makefile
+++ b/editors/dlangide/Makefile
@@ -24,6 +24,10 @@ BUILD_DEPENDS= ldmd2:lang/ldc \
${LOCALBASE}/lib/d/libDerelictSDL2.a:devel/derelict-sdl2 \
${LOCALBASE}/lib/d/libDerelictFT.a:print/derelict-ft \
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator \
+ ${LOCALBASE}/lib/d/libisfreedesktop.a:devel/isfreedesktop \
+ ${LOCALBASE}/lib/d/libinilike.a:devel/inilike \
+ ${LOCALBASE}/lib/d/libxdgpaths.a:devel/xdgpaths \
+ ${LOCALBASE}/lib/d/libicontheme.a:devel/icontheme \
dcd-server:devel/dcd-server
USE_GITHUB= yes
diff --git a/editors/dlangide/files/patch-dub.json b/editors/dlangide/files/patch-dub.json
index 714ccf094d4d..2f0d8ab3d5e0 100644
--- a/editors/dlangide/files/patch-dub.json
+++ b/editors/dlangide/files/patch-dub.json
@@ -5,7 +5,7 @@
"targetPath": "bin",
"targetType": "executable",
-
-+ "libs": ["dlangui","dsymbol","dparse","dlib","dcd","emsi_containers","msgpack-d", "DerelictFT","DerelictUtil","DerelictGL3","DerelictSDL2","stdx-allocator"],
++ "libs": ["dlangui","dsymbol","dparse","dlib","dcd","emsi_containers","msgpack-d", "DerelictFT","DerelictUtil","DerelictGL3","DerelictSDL2","stdx-allocator","isfreedesktop","icontheme"],
+ "lflags":["-L%%LOCALBASE%%/lib/d","-L%%LOCALBASE%%/lib"],
"stringImportPaths": ["views"],