diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 09:06:26 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 09:06:26 +0800 |
commit | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch) | |
tree | 2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /net/gkrellm_snmp | |
parent | b53629dafbc9bddce9311abaa627ad65302e89fb (diff) | |
download | freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.zst freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/gkrellm_snmp')
-rw-r--r-- | net/gkrellm_snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gkrellm_snmp/Makefile b/net/gkrellm_snmp/Makefile index 18fb0568aa7c..edb790946ea2 100644 --- a/net/gkrellm_snmp/Makefile +++ b/net/gkrellm_snmp/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib MAKE_ENV= GKRELLM_INCLUDE="-I${X11BASE}/include/gkrellm/" \ PLUGIN_DIR="${X11BASE}/libexec/gkrellm/plugins/" |