diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-19 19:53:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-19 19:53:42 +0000 |
commit | 5c52943056e61607980d53f64702375e0ba9536f (patch) | |
tree | 35353906e20137b2e7ffb861af400013260104f3 /Mk | |
parent | eb899eff48b41cfbe7f2cc0c619f413fffaab29e (diff) | |
download | ports-5c52943056e61607980d53f64702375e0ba9536f.tar.gz ports-5c52943056e61607980d53f64702375e0ba9536f.zip |
Notes
Diffstat (limited to 'Mk')
-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 \ |