summaryrefslogtreecommitdiffstats
path: root/x11/xcursorgen
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-06-07 13:40:35 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-06-07 13:40:35 +0800
commit7071a6e0710a9f5b21c49768b91ce26afeb4cf8d (patch)
treeceb7ec5d3de15dc5706ac8fdef8ed061ca9d82d8 /x11/xcursorgen
parent9d96f07a9995d0f4e1a03689b7263440d9ca0734 (diff)
downloadxorg-devel-ports-7071a6e0710a9f5b21c49768b91ce26afeb4cf8d.tar
xorg-devel-ports-7071a6e0710a9f5b21c49768b91ce26afeb4cf8d.tar.gz
xorg-devel-ports-7071a6e0710a9f5b21c49768b91ce26afeb4cf8d.tar.bz2
xorg-devel-ports-7071a6e0710a9f5b21c49768b91ce26afeb4cf8d.tar.lz
xorg-devel-ports-7071a6e0710a9f5b21c49768b91ce26afeb4cf8d.tar.xz
xorg-devel-ports-7071a6e0710a9f5b21c49768b91ce26afeb4cf8d.tar.zst
xorg-devel-ports-7071a6e0710a9f5b21c49768b91ce26afeb4cf8d.zip
- Cleanup old png gruft
- Correct the png dependency git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@514 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/xcursorgen')
-rw-r--r--x11/xcursorgen/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile
index 0b5aa86..6ce6f1a 100644
--- a/x11/xcursorgen/Makefile
+++ b/x11/xcursorgen/Makefile
@@ -14,7 +14,7 @@ COMMENT= Create an X cursor file from a collection of PNG images
LICENSE= MIT
-LIB_DEPENDS= png.15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
XORG_CAT= app
USE_XORG= x11 xcursor xextproto
@@ -23,8 +23,4 @@ PLIST_FILES= bin/xcursorgen
MAN1= xcursorgen.1
-post-patch:
- ${REINPLACE_CMD} -e 's|libpng12|libpng14|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>