diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
commit | 0098fda52c7d85a29049faae90777e191a11cc0d (patch) | |
tree | 0fa316fbf9025ae43a8ee6d56dec95166d38a31b /x11-toolkits/libgail-gnome | |
parent | e226b2e95047b72ad858c0536de026def8709939 (diff) | |
download | FreeBSD-ports-0098fda52c7d85a29049faae90777e191a11cc0d.zip FreeBSD-ports-0098fda52c7d85a29049faae90777e191a11cc0d.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits)
Diffstat (limited to 'x11-toolkits/libgail-gnome')
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index d62106a..dee3127 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgail-gnome -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports-stable/x11-toolkits/libgail-gnome/Makefile,v 1.1 2010/06/23 12:27:01 kwm Exp $ -# PORTNAME= libgail-gnome PORTVERSION= 1.20.3 @@ -29,4 +25,5 @@ PLIST_FILES= lib/gtk-2.0/modules/libgail-gnome.la \ libdata/pkgconfig/libgail-gnome.pc GCONF_SCHEMAS= libgail-gnome.schemas +NO_STAGE= yes .include <bsd.port.mk> |