diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-07 05:37:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-07 05:37:11 +0800 |
commit | 85b45549166328d668027aa39f24a6a972761089 (patch) | |
tree | d1dd5f5ba2c724b02be556bbb6620c0adb7fd54a /x11-fonts | |
parent | 7b32578a8911b2141b97fcd58a21c33c7c58dbb2 (diff) | |
download | freebsd-ports-gnome-85b45549166328d668027aa39f24a6a972761089.tar.gz freebsd-ports-gnome-85b45549166328d668027aa39f24a6a972761089.tar.zst freebsd-ports-gnome-85b45549166328d668027aa39f24a6a972761089.zip |
Add a lib number to the fontconfig dependency.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Xft/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/libXft/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/Xft/Makefile b/x11-fonts/Xft/Makefile index ce57e8addf6e..0f56d51c03a7 100644 --- a/x11-fonts/Xft/Makefile +++ b/x11-fonts/Xft/Makefile @@ -13,7 +13,7 @@ DISTNAME= fcpackage.${PORTVERSION:S/./_/} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index ce57e8addf6e..0f56d51c03a7 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -13,7 +13,7 @@ DISTNAME= fcpackage.${PORTVERSION:S/./_/} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig USE_GMAKE= yes USE_X_PREFIX= yes |