svn commit: r308001 - head/graphics/fv

Mark Linimon linimon at FreeBSD.org
Fri Nov 30 09:14:30 UTC 2012


Author: linimon
Date: Fri Nov 30 09:14:29 2012
New Revision: 308001
URL: http://svnweb.freebsd.org/changeset/ports/308001

Log:
  Attempt to fix complaints during 'make index'.
  
  Hat:		portmgr
  Feature safe:	yes

Modified:
  head/graphics/fv/Makefile

Modified: head/graphics/fv/Makefile
==============================================================================
--- head/graphics/fv/Makefile	Fri Nov 30 09:13:32 2012	(r308000)
+++ head/graphics/fv/Makefile	Fri Nov 30 09:14:29 2012	(r308001)
@@ -34,7 +34,6 @@ LDFLAGS+=	$$(pkg-config --libs libpng15)
 PORTDOCS=	AUTHORS ChangeLog README
 PLIST_FILES=	bin/${PORTNAME}
 
-.include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 
 .if ((${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505)


More information about the svn-ports-all mailing list