diff options
author | netchild <netchild@FreeBSD.org> | 2006-06-15 23:22:33 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-06-15 23:22:33 +0800 |
commit | d6557f3ebd6c4287dbf5cac4dd79bb3a981404f4 (patch) | |
tree | dac9979ccbdd5ca3598f187dc8876dcc0ab00843 /x11 | |
parent | 1d3c4c931643f4aa8249290e3f4e74b3c6a00936 (diff) | |
download | freebsd-ports-gnome-d6557f3ebd6c4287dbf5cac4dd79bb3a981404f4.tar.gz freebsd-ports-gnome-d6557f3ebd6c4287dbf5cac4dd79bb3a981404f4.tar.zst freebsd-ports-gnome-d6557f3ebd6c4287dbf5cac4dd79bb3a981404f4.zip |
Depend upon linux-fontconfig like the linux-XFree86-libs port does. The
entire X related infrastructure of the linux ports which use fonts somehow
assume this.
This fixes missing fonts for those, which install from scratch instead of
portupgrade-ing to it.
Noticed by: mezz
Diffstat (limited to 'x11')
-rw-r--r-- | x11/linux-f10-xorg-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/linux-f8-xorg-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/linux-xorg-libs/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11/linux-f10-xorg-libs/Makefile b/x11/linux-f10-xorg-libs/Makefile index bc6b20f0a8ec..cbd98f73dd7e 100644 --- a/x11/linux-f10-xorg-libs/Makefile +++ b/x11/linux-f10-xorg-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-libs PORTVERSION= 6.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 linux DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.${LINUX_RPM_ARCH}.rpm \ xorg-x11-deprecated-libs-6.8.2-31.${LINUX_RPM_ARCH}.rpm @@ -15,6 +15,8 @@ DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.${LINUX_RPM_ARCH}.rpm \ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Xorg libraries, linux binaries +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig + CONFLICTS= linux-XFree86-libs USE_LINUX_RPM= yes diff --git a/x11/linux-f8-xorg-libs/Makefile b/x11/linux-f8-xorg-libs/Makefile index bc6b20f0a8ec..cbd98f73dd7e 100644 --- a/x11/linux-f8-xorg-libs/Makefile +++ b/x11/linux-f8-xorg-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-libs PORTVERSION= 6.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 linux DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.${LINUX_RPM_ARCH}.rpm \ xorg-x11-deprecated-libs-6.8.2-31.${LINUX_RPM_ARCH}.rpm @@ -15,6 +15,8 @@ DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.${LINUX_RPM_ARCH}.rpm \ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Xorg libraries, linux binaries +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig + CONFLICTS= linux-XFree86-libs USE_LINUX_RPM= yes diff --git a/x11/linux-xorg-libs/Makefile b/x11/linux-xorg-libs/Makefile index bc6b20f0a8ec..cbd98f73dd7e 100644 --- a/x11/linux-xorg-libs/Makefile +++ b/x11/linux-xorg-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-libs PORTVERSION= 6.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 linux DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.${LINUX_RPM_ARCH}.rpm \ xorg-x11-deprecated-libs-6.8.2-31.${LINUX_RPM_ARCH}.rpm @@ -15,6 +15,8 @@ DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.${LINUX_RPM_ARCH}.rpm \ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Xorg libraries, linux binaries +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig + CONFLICTS= linux-XFree86-libs USE_LINUX_RPM= yes |