Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 17:43:23 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315150 - head/graphics/libwmf-nox11
Message-ID:  <201303241743.r2OHhNQl062828@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Mar 24 17:43:23 2013
New Revision: 315150
URL: http://svnweb.freebsd.org/changeset/ports/315150

Log:
  Fix INDEX build. The master port uses optionsNG, so convert this
  slave port too. PKGNAME changes depending on whether X11 is set or not.
  
  Trim header while here.

Modified:
  head/graphics/libwmf-nox11/Makefile   (contents, props changed)

Modified: head/graphics/libwmf-nox11/Makefile
==============================================================================
--- head/graphics/libwmf-nox11/Makefile	Sun Mar 24 17:36:28 2013	(r315149)
+++ head/graphics/libwmf-nox11/Makefile	Sun Mar 24 17:43:23 2013	(r315150)
@@ -1,13 +1,10 @@
-# New ports collection makefile for:   libwmf-nox11
-# Date created:		11 Oct 2011
-# Whom:			mm@FreeBSD.org
-#
+# Created by: mm@FreeBSD.org
 # $FreeBSD$
-#
 
-WITHOUT_X11=	yes
 PORTSCOUT=	ignore:1
 
 MASTERDIR=	${.CURDIR}/../libwmf
+OPTIONS_EXCLUDE=	X11
+OPTIONS_FILE_UNSET=	X11
 
 .include        "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303241743.r2OHhNQl062828>