diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-07-03 11:30:28 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-07-03 11:30:28 +0300 |
commit | 78cbcc365c098b3e1bd17683ff24ff7202f14b62 (patch) | |
tree | 5c3a0de6d36d248010446fb792437f4eaf0fd506 /graphics/graphviz | |
parent | net-p2p/xmrig: Update to 6.20.0 (diff) |
graphics/graphviz: unbreak build with GHOSTSCRIPT enabled after dd152219f70d
Global variable _GS_PORT now have cathegory defined
Error: graphics/graphviz depends on nonexistent origin 'print/print/ghostscript9-agpl-base';
Reported by: poudriere fallout
Approved by: portmgr blanket
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index bf9a8bf286f5..6f7fe8668fb4 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -112,7 +112,7 @@ GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded PHP_LIB_DEPENDS= libpcre.so:devel/pcre \ libargon2.so:security/libargon2 -GHOSTSCRIPT_LIB_DEPENDS= libgs.so:print/${_GS_PORT} +GHOSTSCRIPT_LIB_DEPENDS= libgs.so:${_GS_PORT} XPM_CONFIGURE_WITH= x XPM_CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no |