diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /x11-toolkits/bakery | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) | |
download | ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.tar.gz ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.zip |
Notes
Diffstat (limited to 'x11-toolkits/bakery')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 6d79e136637f..822bbcfc36de 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: bakery -# Date created: 12th September 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $ # @@ -22,8 +19,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ USE_GNOME= gnomehack gnomeprefix intlhack ltverhack USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |