From 850443471429527b8e3c845225c4bf60d0af41fe Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Sat, 28 Sep 2013 19:46:53 +0000 Subject: [PATCH] . support staging; \ . use new LIB_DEPENDS syntax. --- x11/xcm/Makefile | 9 ++++----- 1 file 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