[Midnightbsd-cvs] mports [18719] trunk/x11/xcursorgen/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri May 1 19:36:09 EDT 2015
Revision: 18719
http://svnweb.midnightbsd.org/mports/?rev=18719
Author: laffer1
Date: 2015-05-01 19:36:08 -0400 (Fri, 01 May 2015)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/x11/xcursorgen/Makefile
Modified: trunk/x11/xcursorgen/Makefile
===================================================================
--- trunk/x11/xcursorgen/Makefile 2015-05-01 23:34:44 UTC (rev 18718)
+++ trunk/x11/xcursorgen/Makefile 2015-05-01 23:36:08 UTC (rev 18719)
@@ -2,19 +2,19 @@
PORTNAME= xcursorgen
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= ports at MidnightBSD.org
COMMENT= Create an X cursor file from a collection of PNG images
+
LICENSE= mit
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
XORG_CAT= app
USE_XORG= x11 xcursor xextproto
-PLIST_FILES= bin/xcursorgen
+PLIST_FILES= bin/xcursorgen man/man1/xcursorgen.1.gz
-MAN1= xcursorgen.1
-
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list