diff options
Diffstat (limited to 'x11/xcm/Makefile')
-rw-r--r-- | x11/xcm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xcm/Makefile b/x11/xcm/Makefile index 42588551080c..e0dc05296435 100644 --- a/x11/xcm/Makefile +++ b/x11/xcm/Makefile @@ -8,16 +8,15 @@ MASTER_SITES= SF/oyranos/Xcm MAINTAINER= bsam@FreeBSD.org COMMENT= X Color Management tools -LIB_DEPENDS= Xcm:${PORTSDIR}/x11/libXcm +LIB_DEPENDS= libXcm.so:${PORTSDIR}/x11/libXcm XORG_CAT= app # xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk -NO_STAGE= yes # and LIB_DEPENDS is replaced by the following line: #USE_XORG= xcm -PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents - -MAN1= xcm.1 xcmddc.1 xcmedid.1 xcmevents.1 +PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents man/man1/xcm.1.gz \ + man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \ + man/man1/xcmevents.1.gz .include <bsd.port.mk> |