diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-15 19:24:31 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-15 19:24:31 +0000 |
commit | 165a76f65cb7fdabb7f60d85c611403af87fbd8a (patch) | |
tree | 4efc56fb2d03d4b4501aedc60ff1865d1618c8e1 /x11 | |
parent | 817358a058f150c3c7a2b24b8e29bbbb3e6a223c (diff) | |
download | ports-165a76f65cb7fdabb7f60d85c611403af87fbd8a.tar.gz ports-165a76f65cb7fdabb7f60d85c611403af87fbd8a.zip |
Notes
Diffstat (limited to 'x11')
-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> |