From c67fd81dad11043b1807798b5be8dafa55922ff8 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 12 Oct 2006 23:35:14 +0000 Subject: Remove ${BUILD_DEPENDS} from RUN_DEPENDS to avoid have gmake and other stuff in the runtime dependencies that are not need. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7760 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-themes/ubuntulooks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-themes') diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile index 2eef7b59c..aef8657f8 100644 --- a/x11-themes/ubuntulooks/Makefile +++ b/x11-themes/ubuntulooks/Makefile @@ -15,12 +15,12 @@ MAINTAINER= pneumann@gmail.com COMMENT= GTK+ 2.x engine from Ubuntu Dapper BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include -- cgit