diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
commit | b227b572d808bc9da030a9f4a079976d44caca94 (patch) | |
tree | 1659ecc733f98dafc1d82c17de03ecbfa967a0c3 /x11-fonts | |
parent | 5dda718fe934220c0f5af5544f2af8ccbe900563 (diff) | |
download | freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.gz freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.zst freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.zip |
- Remove WITH_FBSD10_FIX, is no longer needed
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libXfontcache/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libXft/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libfontenc/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index ed8ac0f5722b..12f4a06c16ad 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -15,7 +15,6 @@ COMMENT= X font libary LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= xproto:both xtrans fontsproto:both fontenc diff --git a/x11-fonts/libXfontcache/Makefile b/x11-fonts/libXfontcache/Makefile index 2afac573bf9c..19974c04aa83 100644 --- a/x11-fonts/libXfontcache/Makefile +++ b/x11-fonts/libXfontcache/Makefile @@ -14,7 +14,6 @@ COMMENT= The Xfontcache library XORG_CAT= lib USE_XORG= fontcacheproto:both x11 xext xextproto -WITH_FBSD10_FIX= yes MAN3= FontCacheChangeCacheSettings.3 \ FontCacheQueryExtension.3 \ diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 9a53b1958340..696f58073d65 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= xproto:both xrender diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile index 1bdd79f59af7..41c3c2966460 100644 --- a/x11-fonts/libfontenc/Makefile +++ b/x11-fonts/libfontenc/Makefile @@ -14,6 +14,5 @@ COMMENT= The fontenc Library XORG_CAT= lib USE_XORG= xproto -WITH_FBSD10_FIX= yes .include <bsd.port.mk> |