svn commit: r344056 - head/audio/xmms-sexypsf

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:39:16 UTC 2014


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


More information about the svn-ports-all mailing list