diff options
author | pav <pav@FreeBSD.org> | 2009-03-20 03:53:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-20 03:53:42 +0800 |
commit | 6079a33e3daa7a0c5b876a6a602fa6aced448c45 (patch) | |
tree | 2b57d40adb1a336e060188a978ed11176daad6a4 | |
parent | a8eebffe480a033f0cb1f8787d41f7f17afca54f (diff) | |
download | freebsd-ports-gnome-6079a33e3daa7a0c5b876a6a602fa6aced448c45.tar.gz freebsd-ports-gnome-6079a33e3daa7a0c5b876a6a602fa6aced448c45.tar.zst freebsd-ports-gnome-6079a33e3daa7a0c5b876a6a602fa6aced448c45.zip |
- Quickfix for linux_base-f8 users by turning off the new functionality before
all the ports are in place
With hat: portmgr
-rw-r--r-- | Mk/bsd.linux-apps.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.linux-apps.mk b/Mk/bsd.linux-apps.mk index 2993f12a16bc..d9a1cd52916d 100644 --- a/Mk/bsd.linux-apps.mk +++ b/Mk/bsd.linux-apps.mk @@ -34,13 +34,13 @@ Linux_APPS_Pre_Include= bsd.linux-apps.mk Linux_APPS_Post_Include= bsd.linux-apps.mk -. if (${LINUX_OSRELEASE} == "2.6.16") && (${USE_LINUX} == "f8") -LINUX_DIST_SUFFIX= -f8 -WEB_AUTH= kompozer -. else +# . if (${LINUX_OSRELEASE} == "2.6.16") && (${USE_LINUX} == "f8") +# LINUX_DIST_SUFFIX= -f8 +# WEB_AUTH= kompozer +# . else LINUX_DIST_SUFFIX= WEB_AUTH= nvu -. endif +# . endif # Non-version specific components _LINUX_APPS_ALL= allegro alsalib arts aspell atk cairo curl esound expat fontconfig \ |