diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/gconf/Makefile | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) |
Notes
Diffstat (limited to 'devel/gconf/Makefile')
-rw-r--r-- | devel/gconf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 58342c3f42bd..563fe352f75e 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gconf -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/gconf/Makefile,v 1.5 2007/05/19 21:36:05 marcus Exp $ -# PORTNAME= gconf PORTVERSION= 1.0.9 @@ -31,4 +27,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes .include <bsd.port.mk> |