[141586] trunk/dports/x11/lesstif/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 02:09:29 PST 2015


Revision: 141586
          https://trac.macports.org/changeset/141586
Author:   jeremyhu at macports.org
Date:     2015-10-22 00:42:01 -0700 (Thu, 22 Oct 2015)
Log Message:
-----------
lesstif: Require xorg-libXt to be built with +flat_namespace

Modified Paths:
--------------
    trunk/dports/x11/lesstif/Portfile

Modified: trunk/dports/x11/lesstif/Portfile
===================================================================
--- trunk/dports/x11/lesstif/Portfile	2015-10-22 07:41:30 UTC (rev 141585)
+++ trunk/dports/x11/lesstif/Portfile	2015-10-22 07:42:01 UTC (rev 141586)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup       active_variants 1.1
+
 name		lesstif
 version		0.95.2
-revision	1
+revision	2
 categories	x11
 maintainers	nomaintainer
 description 	An Open Source implementation of OSF/Motif.
@@ -29,6 +31,8 @@
         port:xorg-libXp \
         port:xorg-libXt
 
+require_active_variants xorg-libXt flat_namespace
+
 variant motif12	{ configure.args-append --enable-build-12 }
 variant motif20	{ configure.args-append --enable-build-20 }
 variant xdnd	{ configure.args-append --enable-xdnd }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/e6dd25b3/attachment-0001.html>


More information about the macports-changes mailing list