Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 09:39:16 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344056 - head/audio/xmms-sexypsf
Message-ID:  <201402130939.s1D9dGZ4084098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 13 09:39:15 2014
New Revision: 344056
URL: http://svnweb.freebsd.org/changeset/ports/344056
QAT: https://qat.redports.org/buildarchive/r344056/

Log:
  Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
  afterwards.
  
  Encouraged by:	mat

Modified:
  head/audio/xmms-sexypsf/Makefile

Modified: head/audio/xmms-sexypsf/Makefile
==============================================================================
--- head/audio/xmms-sexypsf/Makefile	Thu Feb 13 09:39:11 2014	(r344055)
+++ head/audio/xmms-sexypsf/Makefile	Thu Feb 13 09:39:15 2014	(r344056)
@@ -31,8 +31,6 @@ PLIST_FILES=	lib/xmms/Input/libsexypsf.s
 
 OPTIONS_DEFINE=DOCS
 
-.include <bsd.port.options.mk>
-
 do-build:
 .for f in ${SOURCES}
 	${CC} ${CFLAGS} ${DEFINES} `gtk-config --cflags` -c -o ${WRKSRC}/${f}.o ${WRKSRC}/${f}.c



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