diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 14:24:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 14:24:17 +0800 |
commit | 5c563445feeb5a8337c610fef2fcec2bb3ff26ca (patch) | |
tree | 8d9949ca6c69df96c0d2fd758409b3e4417976d0 /x11-fonts | |
parent | 084434c78d2fa6ee66824cfb7d4ea57fbd229a1f (diff) | |
download | freebsd-ports-gnome-5c563445feeb5a8337c610fef2fcec2bb3ff26ca.tar.gz freebsd-ports-gnome-5c563445feeb5a8337c610fef2fcec2bb3ff26ca.tar.zst freebsd-ports-gnome-5c563445feeb5a8337c610fef2fcec2bb3ff26ca.zip |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontsproto/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libFS/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libfontenc/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/xf86bigfontproto/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/x11-fonts/fontsproto/Makefile b/x11-fonts/fontsproto/Makefile index 801c37017bff..878eaadfc28c 100644 --- a/x11-fonts/fontsproto/Makefile +++ b/x11-fonts/fontsproto/Makefile @@ -10,5 +10,4 @@ COMMENT= Fonts extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index 17dcd5469c7d..dd8b61c0e79c 100644 --- a/x11-fonts/libFS/Makefile +++ b/x11-fonts/libFS/Makefile @@ -11,5 +11,4 @@ XORG_CAT= lib USE_XORG= fontsproto:both xproto:both xtrans USE_AUTOTOOLS= libtool -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile index ddc77735284c..163fd2173b61 100644 --- a/x11-fonts/libfontenc/Makefile +++ b/x11-fonts/libfontenc/Makefile @@ -11,5 +11,4 @@ COMMENT= The fontenc Library XORG_CAT= lib USE_XORG= xproto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/xf86bigfontproto/Makefile b/x11-fonts/xf86bigfontproto/Makefile index f586ab3242d0..7ac176973507 100644 --- a/x11-fonts/xf86bigfontproto/Makefile +++ b/x11-fonts/xf86bigfontproto/Makefile @@ -10,5 +10,4 @@ COMMENT= XFree86-Bigfont extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> |