diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-22 01:35:19 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-22 01:35:19 +0800 |
commit | 227d63633ad848b8cf7f8d9307fe3e22eb0c20a3 (patch) | |
tree | 324525d68fa3ff0e04b163f996e9040c212725d8 /x11-toolkits/linux-f10-pango | |
parent | 4b99cd4b1d1af9862d7a37b67318031118b63804 (diff) | |
download | freebsd-ports-gnome-227d63633ad848b8cf7f8d9307fe3e22eb0c20a3.tar.gz freebsd-ports-gnome-227d63633ad848b8cf7f8d9307fe3e22eb0c20a3.tar.zst freebsd-ports-gnome-227d63633ad848b8cf7f8d9307fe3e22eb0c20a3.zip |
Remove duplicate dependency on X11.
Submitted by: Boris Samorodov <bsam@ipt.ru>
Diffstat (limited to 'x11-toolkits/linux-f10-pango')
-rw-r--r-- | x11-toolkits/linux-f10-pango/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile index 4c38c1d477b6..f7865bf91136 100644 --- a/x11-toolkits/linux-f10-pango/Makefile +++ b/x11-toolkits/linux-f10-pango/Makefile @@ -15,8 +15,7 @@ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux pango binary # these libraries are required by pango-querymodules -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ - ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat |