Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 19:24:31 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330432 - head/x11/xcursorgen
Message-ID:  <201310151924.r9FJOVoX046573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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