diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-08 16:12:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-08 16:12:26 +0800 |
commit | 146268e5fe6ce505dc48ebf5a6fda5d9b9a13222 (patch) | |
tree | b1d28b92cb719b348ecdc41071b7a14771b40ba3 /astro/gkrellmoon2 | |
parent | b1d1d41bc3408b9aa5c0dab29d2d0ca3286b19d6 (diff) | |
download | freebsd-ports-gnome-146268e5fe6ce505dc48ebf5a6fda5d9b9a13222.tar.gz freebsd-ports-gnome-146268e5fe6ce505dc48ebf5a6fda5d9b9a13222.tar.zst freebsd-ports-gnome-146268e5fe6ce505dc48ebf5a6fda5d9b9a13222.zip |
Add an explicit dependency on pkgconf
Obtained from: portmgr (bapt)
Diffstat (limited to 'astro/gkrellmoon2')
-rw-r--r-- | astro/gkrellmoon2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/astro/gkrellmoon2/Makefile b/astro/gkrellmoon2/Makefile index 19cbd274f7f2..4a09ce20b4cb 100644 --- a/astro/gkrellmoon2/Makefile +++ b/astro/gkrellmoon2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellmoon2 -# Date Created: Wed Aug 25 13:18:39 CEST 2004 -# Whom: Jan Srzednicki <w@wrzask.pl> -# +# Created by: Jan Srzednicki <w@wrzask.pl> # $FreeBSD$ -# PORTNAME= gkrellmoon2 PORTVERSION= 0.6 @@ -18,6 +14,7 @@ COMMENT= A moon clock plugin for Gkrellm2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_GNOME= gtk20 ALL_TARGET= gkrellmoon.so |