Date: Sat, 28 Sep 2013 19:46:53 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328626 - head/x11/xcm Message-ID: <201309281946.r8SJkstP018397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Sat Sep 28 19:46:53 2013 New Revision: 328626 URL: http://svnweb.freebsd.org/changeset/ports/328626 Log: . support staging; \ . use new LIB_DEPENDS syntax. Modified: head/x11/xcm/Makefile Modified: head/x11/xcm/Makefile ============================================================================== --- head/x11/xcm/Makefile Sat Sep 28 19:41:54 2013 (r328625) +++ head/x11/xcm/Makefile Sat Sep 28 19:46:53 2013 (r328626) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309281946.r8SJkstP018397>