diff options
author | swills <swills@FreeBSD.org> | 2013-10-30 11:05:18 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-30 11:05:18 +0800 |
commit | 84811b5fe7727366cbab26382ea6295538b03a00 (patch) | |
tree | 6703137b1b2bcdada4db8e1438798e7d4c69e12e /x11-toolkits | |
parent | 86a21eebf5641060e8c710be7b35a51b59627139 (diff) | |
download | freebsd-ports-gnome-84811b5fe7727366cbab26382ea6295538b03a00.tar.gz freebsd-ports-gnome-84811b5fe7727366cbab26382ea6295538b03a00.tar.zst freebsd-ports-gnome-84811b5fe7727366cbab26382ea6295538b03a00.zip |
- Add stage support
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rubygem-gdk3/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rubygem-gtk2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rubygem-gtk3/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rubygem-gtksourceview2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rubygem-gtksourceview3/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rubygem-pango/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rubygem-poppler/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rubygem-vte/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/rubygem-gdk3/Makefile b/x11-toolkits/rubygem-gdk3/Makefile index 74a728e1c066..4dbce3beb4be 100644 --- a/x11-toolkits/rubygem-gdk3/Makefile +++ b/x11-toolkits/rubygem-gdk3/Makefile @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile index f76af3ed9e54..d41e4223ddd9 100644 --- a/x11-toolkits/rubygem-gtk2/Makefile +++ b/x11-toolkits/rubygem-gtk2/Makefile @@ -17,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtk3/Makefile b/x11-toolkits/rubygem-gtk3/Makefile index ad28cf643212..01c60019f086 100644 --- a/x11-toolkits/rubygem-gtk3/Makefile +++ b/x11-toolkits/rubygem-gtk3/Makefile @@ -20,5 +20,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtksourceview2/Makefile b/x11-toolkits/rubygem-gtksourceview2/Makefile index 9ac5cfe42f9d..1efaf14b5a89 100644 --- a/x11-toolkits/rubygem-gtksourceview2/Makefile +++ b/x11-toolkits/rubygem-gtksourceview2/Makefile @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile index 736740041e24..01252fd30186 100644 --- a/x11-toolkits/rubygem-gtksourceview3/Makefile +++ b/x11-toolkits/rubygem-gtksourceview3/Makefile @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile index 0d2558f4ab15..7662ff8070e5 100644 --- a/x11-toolkits/rubygem-pango/Makefile +++ b/x11-toolkits/rubygem-pango/Makefile @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index ee27bc11427d..da5ccec1a235 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-vte/Makefile b/x11-toolkits/rubygem-vte/Makefile index 24f4f6d685e0..d9e33e8c672f 100644 --- a/x11-toolkits/rubygem-vte/Makefile +++ b/x11-toolkits/rubygem-vte/Makefile @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |