From 53d6225015ccfc7e30d95d24d505551beeb8e20e Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 24 Mar 2013 17:43:23 +0000 Subject: [PATCH] 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. --- graphics/libwmf-nox11/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/graphics/libwmf-nox11/Makefile b/graphics/libwmf-nox11/Makefile index 4b3e305aee19..d0d983cf0382 100644 --- a/graphics/libwmf-nox11/Makefile +++ b/graphics/libwmf-nox11/Makefile @@ -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"