summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
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 /x11-toolkits
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
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 'x11-toolkits')
-rw-r--r--x11-toolkits/gdl3/Makefile1
-rw-r--r--x11-toolkits/gtk30/Makefile1
-rw-r--r--x11-toolkits/gtkmm30/Makefile1
-rw-r--r--x11-toolkits/gtksourceview3/Makefile1
-rw-r--r--x11-toolkits/libwnck/Makefile1
-rw-r--r--x11-toolkits/libwnck3/Makefile1
-rw-r--r--x11-toolkits/pango/Makefile1
-rw-r--r--x11-toolkits/pangomm/Makefile1
-rw-r--r--x11-toolkits/vte/Makefile1
-rw-r--r--x11-toolkits/vte3/Makefile3
10 files changed, 11 insertions, 1 deletions
diff --git a/x11-toolkits/gdl3/Makefile b/x11-toolkits/gdl3/Makefile
index 0b8fbf08e..e650eceb0 100644
--- a/x11-toolkits/gdl3/Makefile
+++ b/x11-toolkits/gdl3/Makefile
@@ -14,6 +14,7 @@ COMMENT= Components intended to be shared between GNOME development tools
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
+NO_STAGE= yes
LATEST_LINK= gdl3
USE_XZ= yes
USE_GNOME= gnomeprefix gtk30 intltool
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 33c439a83..c665102cf 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -16,6 +16,7 @@ COMMENT= Gimp Toolkit for X11 GUI (current stable version)
LICENSE= LGPL20
+NO_STAGE= yes
USE_XZ= yes
LATEST_LINK= gtk30
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile
index a88c92c15..62450dfc8 100644
--- a/x11-toolkits/gtkmm30/Makefile
+++ b/x11-toolkits/gtkmm30/Makefile
@@ -14,6 +14,7 @@ COMMENT= C++ wrapper for Gtk+3
USE_XZ= yes
LATEST_LINK= gtkmm30
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile
index feb58bd83..3bad74d1f 100644
--- a/x11-toolkits/gtksourceview3/Makefile
+++ b/x11-toolkits/gtksourceview3/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
USE_XZ= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile
index da6c57982..ab1cfee87 100644
--- a/x11-toolkits/libwnck/Makefile
+++ b/x11-toolkits/libwnck/Makefile
@@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Library used for writing pagers and taskslists
USE_XZ= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile
index cbfa3eec0..73199dd6f 100644
--- a/x11-toolkits/libwnck3/Makefile
+++ b/x11-toolkits/libwnck3/Makefile
@@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Library used for writing pagers and taskslists
USE_XZ= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index f26f1847e..e9357581c 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= An open-source framework for the layout and rendering of i18n text
USE_XZ= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile
index 429480d65..8c37e5ac7 100644
--- a/x11-toolkits/pangomm/Makefile
+++ b/x11-toolkits/pangomm/Makefile
@@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for Pango
USE_XZ= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 1de411396..0ad4d5bc8 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -13,6 +13,7 @@ MAINTAINER?= gnome@FreeBSD.org
COMMENT?= Terminal widget with improved accessibility and I18N support
USE_BZIP2= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index 03c1f35ab..2a9c44757 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 18634 2013-07-26 10:42:35Z kwm $
PORTNAME?= vte
PORTVERSION= 0.34.7
@@ -15,6 +15,7 @@ MAINTAINER?= gnome@FreeBSD.org
COMMENT?= Terminal widget with improved accessibility and I18N support
USE_XZ= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
VTE3_SLAVE?= no