diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-06 13:50:55 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-06 13:50:55 +0800 |
commit | 72e2392bc80a4afe8fef3cda611de8ba15365426 (patch) | |
tree | fc0087f8ea30be03c76957f3f97c144c8076dc87 | |
parent | 7a7735d5305cb13b1d49d3975267955fe43b1c75 (diff) | |
download | marcuscom-ports-72e2392bc80a4afe8fef3cda611de8ba15365426.tar.gz marcuscom-ports-72e2392bc80a4afe8fef3cda611de8ba15365426.tar.zst marcuscom-ports-72e2392bc80a4afe8fef3cda611de8ba15365426.zip |
- Remove the fall back RUN_DEPENDS to really try out >=
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4738 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-themes/beastie/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile index e035fa781..5f6007257 100644 --- a/x11-themes/beastie/Makefile +++ b/x11-themes/beastie/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-themes/beastie/Makefile,v 1.1 2005/09/06 05:47:42 ahze Exp $ # PORTNAME= beastie @@ -32,11 +32,9 @@ WITH_GTKENGINES= yes .endif .if !defined(WITHOUT_GTKENGINES) || defined(WITH_GTKENGINES) -RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 \ - gtk-engines2>=2.6.4:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS+= gtk-engines2>=2.6.4:${PORTSDIR}/x11-themes/gtk-engines2 .else -RUN_DEPENDS+= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libclearlooks.so:${PORTSDIR}/x11-themes/clearlooks \ - clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks +RUN_DEPENDS+= clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks .endif |