diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 07:35:14 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 07:35:14 +0800 |
commit | c67fd81dad11043b1807798b5be8dafa55922ff8 (patch) | |
tree | 82d43f38c02217d7929e8ea28b95e37e7e0ad0e0 /x11-themes | |
parent | 2f96bd21809f9caa74a197491dcc5b5b5798527d (diff) | |
download | marcuscom-ports-c67fd81dad11043b1807798b5be8dafa55922ff8.tar.gz marcuscom-ports-c67fd81dad11043b1807798b5be8dafa55922ff8.tar.zst marcuscom-ports-c67fd81dad11043b1807798b5be8dafa55922ff8.zip |
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
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/ubuntulooks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> |