diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-01 18:54:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-01 18:54:51 +0000 |
commit | cf9238f692ba21880a4031f2929bc645de800add (patch) | |
tree | c7486aecf8407257e235e60d22df49737b19889f /x11-themes/gtk-murrina-fancy-clearlooks | |
parent | 99a032046345eb9088fa06618ab9e917ca5f25e5 (diff) |
Notes
Diffstat (limited to 'x11-themes/gtk-murrina-fancy-clearlooks')
-rw-r--r-- | x11-themes/gtk-murrina-fancy-clearlooks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gtk-murrina-fancy-clearlooks/Makefile b/x11-themes/gtk-murrina-fancy-clearlooks/Makefile index fbb82683b5b3..ba416701ba33 100644 --- a/x11-themes/gtk-murrina-fancy-clearlooks/Makefile +++ b/x11-themes/gtk-murrina-fancy-clearlooks/Makefile @@ -11,8 +11,8 @@ DISTNAME= MurrinaFancyClearlooks_v${PORTVERSION} MAINTAINER= pneumann@gmail.com COMMENT= Murrine fancy clearlooks themes pack -BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine -RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine +BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.so:${PORTSDIR}/x11-themes/gtk-murrine-engine +RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.so:${PORTSDIR}/x11-themes/gtk-murrine-engine WRKSRC= ${WRKDIR}/MurrinaFancyClearlooks USE_GNOME= gtk20 |