diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-24 04:07:08 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-24 04:07:08 +0000 |
commit | 9e73fd3b34c10fd4d14739cf69b0b52ef346283b (patch) | |
tree | cc3d2a12034150afc5fb314c1e38e70a4830acf9 | |
parent | 90222e45b132f060c0843a5e8278f93f0e21d355 (diff) | |
download | ports-9e73fd3b34c10fd4d14739cf69b0b52ef346283b.tar.gz ports-9e73fd3b34c10fd4d14739cf69b0b52ef346283b.zip |
Notes
-rw-r--r-- | www/linux-seamonkey/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/linux-seamonkey/Makefile.common b/www/linux-seamonkey/Makefile.common index b3536168c9b7..11d049dabe06 100644 --- a/www/linux-seamonkey/Makefile.common +++ b/www/linux-seamonkey/Makefile.common @@ -1,9 +1,8 @@ # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -.undef WANT_GTK218 .if defined(OVERRIDE_LINUX_NONBASE_PORTS) && \ - ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" -.def WANT_GTK218 + ${OVERRIDE_LINUX_NONBASE_PORTS} != "f10" +.undef WANT_GTK218 .endif CATEGORIES+= linux |