From d2126bccf0f9666a9763dece8d78159d3ee12f57 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 19 Feb 2006 05:20:32 +0000 Subject: Spell PACKAGE_BUILDING correctly, and fix the plist in the case where Python is not installed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5709 df743ca5-7f9a-e211-a948-0013205c9059 --- editors/gedit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/gedit/Makefile') diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 5f4c378e4..764e6a2a5 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.21 2006/02/14 03:40:09 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.22 2006/02/14 03:40:31 marcus Exp $ # PORTNAME= gedit @@ -34,7 +34,7 @@ PLIST_SUB= VERSION="2.14" MAN1= gedit.1 GCONF_SCHEMAS= gedit.schemas -.if defined(PACAKGE_BUILDING) +.if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME WITH_GNOME= yes .endif -- cgit