diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 22:37:28 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 22:37:28 +0800 |
commit | 842a0a5165792a999df8f2d23dfea02782490f50 (patch) | |
tree | 0b6625ce47b7c39351445a6519bd87b5671db414 /x11 | |
parent | 76a2a3af787d030b3048384fa4d462e864ca23b5 (diff) | |
download | freebsd-ports-gnome-842a0a5165792a999df8f2d23dfea02782490f50.tar.gz freebsd-ports-gnome-842a0a5165792a999df8f2d23dfea02782490f50.tar.zst freebsd-ports-gnome-842a0a5165792a999df8f2d23dfea02782490f50.zip |
Check the xorg-fonts package rather than the file the meta port will not carry soon anymore
Diffstat (limited to 'x11')
-rw-r--r-- | x11/metisse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile index 34fdf42b69b3..35006ae39235 100644 --- a/x11/metisse/Makefile +++ b/x11/metisse/Makefile @@ -16,7 +16,7 @@ CONFLICTS= fvwm-1.* fvwm-2.* LIB_DEPENDS= libNucleo.so:${PORTSDIR}/x11-toolkits/nucleo \ libpng.so:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/libdata/xorg/fonts:${PORTSDIR}/x11-fonts/xorg-fonts +RUN_DEPENDS= xorg-fonts:${PORTSDIR}/x11-fonts/xorg-fonts USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \ |