svn commit: r344084 - head/x11/gtk-launch

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:41:23 UTC 2014


Author: ehaupt
Date: Thu Feb 13 09:41:22 2014
New Revision: 344084
URL: http://svnweb.freebsd.org/changeset/ports/344084
QAT: https://qat.redports.org/buildarchive/r344084/

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

Modified:
  head/x11/gtk-launch/Makefile

Modified: head/x11/gtk-launch/Makefile
==============================================================================
--- head/x11/gtk-launch/Makefile	Thu Feb 13 09:41:17 2014	(r344083)
+++ head/x11/gtk-launch/Makefile	Thu Feb 13 09:41:22 2014	(r344084)
@@ -20,8 +20,6 @@ PORTSCOUT=	skipv:1.1
 
 OPTIONS_DEFINE=DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	${ECHO_CMD} >> ${WRKSRC}/launch.c
 


More information about the svn-ports-all mailing list