svn commit: r330432 - head/x11/xcursorgen

Eitan Adler eadler at FreeBSD.org
Tue Oct 15 19:24:32 UTC 2013


Author: eadler
Date: Tue Oct 15 19:24:31 2013
New Revision: 330432
URL: http://svnweb.freebsd.org/changeset/ports/330432

Log:
  Cleanup of the x11@ ports in the x11 directory
  - Fix LIB_DEPENDS
  - Convert to staging

Modified:
  head/x11/xcursorgen/Makefile

Modified: head/x11/xcursorgen/Makefile
==============================================================================
--- head/x11/xcursorgen/Makefile	Tue Oct 15 19:21:42 2013	(r330431)
+++ head/x11/xcursorgen/Makefile	Tue Oct 15 19:24:31 2013	(r330432)
@@ -9,14 +9,10 @@ COMMENT=	Create an X cursor file from a 
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 XORG_CAT=	app
 USE_XORG=	x11 xcursor xextproto
 
-PLIST_FILES=	bin/xcursorgen
-
-MAN1=		xcursorgen.1
-
-NO_STAGE=	yes
+PLIST_FILES=	bin/xcursorgen man/man1/xcursorgen.1.gz
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list