From 172dc605331ad279acac48dcf497902934042609 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 26 May 2008 16:56:38 +0000 Subject: [PATCH] Add a missing dependency on pkgconfig. Reported by: itetcu --- sysutils/conky-awesome/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 5826e74bf524..705c0e90a767 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -17,7 +17,7 @@ PATCHDIR= ${.CURDIR}/files CONFLICTS= conky-[0-9]* USE_XORG= -USE_GNOME= +USE_GNOME= pkgconfig CONFIGURE_ARGS+= --disable-x11 .include "${MASTERDIR}/Makefile"