diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-01 08:25:39 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-01 08:25:39 +0800 |
commit | fc72c7f31bcff9f5125f57a88656f929c394b3dd (patch) | |
tree | 4dccfe4b8d52275c3b3e7de93a4f9fe49b13991a /x11-fonts/fontconfig | |
parent | 131573988e84f60aa7583cf55d41d52dfc567a0e (diff) | |
download | freebsd-ports-gnome-fc72c7f31bcff9f5125f57a88656f929c394b3dd.tar.gz freebsd-ports-gnome-fc72c7f31bcff9f5125f57a88656f929c394b3dd.tar.zst freebsd-ports-gnome-fc72c7f31bcff9f5125f57a88656f929c394b3dd.zip |
Correct it, don't use USE_X_PREFIX that cause the circle dependency loop.
Diffstat (limited to 'x11-fonts/fontconfig')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 6c3d8d3a7241..109c3d8d197b 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ expat.6:${PORTSDIR}/textproc/expat2 USE_GMAKE= yes -USE_X_PREFIX= yes +PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget pkgconfig |