summaryrefslogtreecommitdiffstats
path: root/graphics/shared-color-profiles
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /graphics/shared-color-profiles
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/shared-color-profiles')
-rw-r--r--graphics/shared-color-profiles/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/shared-color-profiles/Makefile b/graphics/shared-color-profiles/Makefile
index 3c06aee0d..4c8532720 100644
--- a/graphics/shared-color-profiles/Makefile
+++ b/graphics/shared-color-profiles/Makefile
@@ -1,6 +1,6 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/graphics/shared-color-profiles/Makefile 18393 2013-04-26 21:23:07Z kwm $
PORTNAME= shared-color-profiles
PORTVERSION= 0.1.5
@@ -10,6 +10,7 @@ MASTER_SITES= http://people.freedesktop.org/~hughsient/releases/
MAINTAINER= ahze@FreeBSD.org
COMMENT= Color profiles from contributors for color calibration
+NO_STAGE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>