svn commit: r315150 - head/graphics/libwmf-nox11

Rene Ladan rene at FreeBSD.org
Sun Mar 24 17:43:23 UTC 2013


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 at FreeBSD.org
-#
+# Created by: mm at FreeBSD.org
 # $FreeBSD$
-#
 
-WITHOUT_X11=	yes
 PORTSCOUT=	ignore:1
 
 MASTERDIR=	${.CURDIR}/../libwmf
+OPTIONS_EXCLUDE=	X11
+OPTIONS_FILE_UNSET=	X11
 
 .include        "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list