From owner-svn-ports-head@FreeBSD.ORG Sat Oct 20 15:54:07 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9B67253; Sat, 20 Oct 2012 15:54:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 932078FC08; Sat, 20 Oct 2012 15:54:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9KFs7Gd059587; Sat, 20 Oct 2012 15:54:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9KFs7CF059585; Sat, 20 Oct 2012 15:54:07 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210201554.q9KFs7CF059585@svn.freebsd.org> From: Eitan Adler Date: Sat, 20 Oct 2012 15:54:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306197 - head/graphics/aalib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 15:54:07 -0000 Author: eadler Date: Sat Oct 20 15:54:07 2012 New Revision: 306197 URL: http://svn.freebsd.org/changeset/ports/306197 Log: Convert to OptionsNG Feature safe: yes Modified: head/graphics/aalib/Makefile Modified: head/graphics/aalib/Makefile ============================================================================== --- head/graphics/aalib/Makefile Sat Oct 20 15:44:02 2012 (r306196) +++ head/graphics/aalib/Makefile Sat Oct 20 15:54:07 2012 (r306197) @@ -18,7 +18,9 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= aalib -.if !defined(WITHOUT_X11) +.include + +.if ${PORT_OPTIONS:MX11} USE_XORG= x11 CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" \ --x-libraries="${LOCALBASE}/lib"