diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-16 03:24:31 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-16 03:24:31 +0800 |
commit | 84a8f243a37e50c985e4850d555d701bc2d8dd86 (patch) | |
tree | 4efc56fb2d03d4b4501aedc60ff1865d1618c8e1 /x11 | |
parent | 76db539a09bdd2f5a852d063efdf31a73d0faa96 (diff) | |
download | freebsd-ports-gnome-84a8f243a37e50c985e4850d555d701bc2d8dd86.tar.gz freebsd-ports-gnome-84a8f243a37e50c985e4850d555d701bc2d8dd86.tar.zst freebsd-ports-gnome-84a8f243a37e50c985e4850d555d701bc2d8dd86.zip |
Cleanup of the x11@ ports in the x11 directory
- Fix LIB_DEPENDS
- Convert to staging
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> |