From 47620842c89b06e323c27bbd601adb01485a8ee9 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sun, 9 Nov 2008 07:10:16 +0000 Subject: Fix classic case of bad rdeps = bdeps assignment. Previously, things like gmake(1) would have ended up in rdeps. Approved by: maintainer --- x11-wm/emerald/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/emerald/Makefile b/x11-wm/emerald/Makefile index cee4c412d065..3df3dea42de2 100644 --- a/x11-wm/emerald/Makefile +++ b/x11-wm/emerald/Makefile @@ -15,7 +15,7 @@ MAINTAINER= rnoland@FreeBSD.org COMMENT= Emerald Window Decorator BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} INSTALLS_ICONS= yes GNU_CONFIGURE= yes -- cgit v1.2.3