diff options
Diffstat (limited to 'x11/xcursorgen')
-rw-r--r-- | x11/xcursorgen/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 0da4f8ed7832..1322f11470ed 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -9,14 +9,10 @@ COMMENT= Create an X cursor file from a collection of PNG images 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> |