diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-28 23:07:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-28 23:07:30 +0800 |
commit | 1009ea3b0d75a9cfdc4b13d94b1869826a0a94fa (patch) | |
tree | f6499e0fd0385e8d6bba83969dccc35bdebc55a7 /x11/metisse | |
parent | 8b099ab32e2eac58057a1e5b2ffc23efcaa48305 (diff) | |
download | freebsd-ports-gnome-1009ea3b0d75a9cfdc4b13d94b1869826a0a94fa.tar.gz freebsd-ports-gnome-1009ea3b0d75a9cfdc4b13d94b1869826a0a94fa.tar.zst freebsd-ports-gnome-1009ea3b0d75a9cfdc4b13d94b1869826a0a94fa.zip |
Fix RUN_DEPENDS
Diffstat (limited to 'x11/metisse')
-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 35006ae39235..a54054904246 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= xorg-fonts:${PORTSDIR}/x11-fonts/xorg-fonts +RUN_DEPENDS= xorg-fonts>0:${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 \ |