diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-28 19:46:53 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-28 19:46:53 +0000 |
commit | 850443471429527b8e3c845225c4bf60d0af41fe (patch) | |
tree | e1aad3c720920814aba8af53cce157fae2429533 /x11/xcm | |
parent | a30e19e7a90e584d4fcf322e49acd5b6ee58f8ce (diff) |
Notes
Diffstat (limited to 'x11/xcm')
-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> |