diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 614e159e43d..32cea5c03a1 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/12/21 09:53:13 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/12/21 09:53:35 joerg Exp $ # DISTNAME= gnome-terminal-2.24.2 @@ -26,7 +26,7 @@ GCONF_SCHEMAS= gnome-terminal.schemas PYTHON_FOR_BUILD_ONLY= YES -BULD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat BUILDLINK_API_DEPENDS.GConf+= GConf>=2.14.0 .include "../../devel/GConf/schemas.mk" |