diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
commit | 67f0c1ae295da5f9c6346b1ceb657dd2f1faf070 (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /misc/gkrellm-xkb | |
parent | 8a8f767a247d47f6100b5946d98c7aa7267bf6cc (diff) | |
download | freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.tar.gz freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.tar.zst freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'misc/gkrellm-xkb')
-rw-r--r-- | misc/gkrellm-xkb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/gkrellm-xkb/Makefile b/misc/gkrellm-xkb/Makefile index 92f20c42e611..831104827712 100644 --- a/misc/gkrellm-xkb/Makefile +++ b/misc/gkrellm-xkb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-xkb -# Date Created: Jun 24 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# +# Created by: Pav Lucistnik <pav@oook.cz> # $FreeBSD$ -# PORTNAME= gkrellm-xkb PORTVERSION= 1.05 @@ -17,6 +13,7 @@ COMMENT= X keyboard layout plugin for GKrellM BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/xkb.so MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins ALL_TARGET= xkb.so |