diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-03-24 17:43:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-03-24 17:43:23 +0000 |
commit | 53d6225015ccfc7e30d95d24d505551beeb8e20e (patch) | |
tree | 29ad02ad928c78d5512a78c4809402b16120d557 /graphics/libwmf-nox11/Makefile | |
parent | 1441c1dcc2dc78de9050332045c1d83d4baab370 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=315150
Diffstat (limited to 'graphics/libwmf-nox11/Makefile')
-rw-r--r-- | graphics/libwmf-nox11/Makefile | 9 |
1 files 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" |