From d5d17a8caaf33db9e95ca22acd5af003af20130b Mon Sep 17 00:00:00 2001 From: jmelo Date: Fri, 9 Feb 2007 18:15:32 +0000 Subject: - Add SF to mastersites. - remove USE_GCC=34+, this was an implied workaround for FreeBSD 4.X compatibility. PR: ports/108941 Submitted by: Thomas Abthorpe (maintainer) --- misc/sword/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/sword') diff --git a/misc/sword/Makefile b/misc/sword/Makefile index b84a69ff614..6a5d72fc095 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -10,14 +10,14 @@ PORTVERSION= 1.5.9 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - http://www.goodking.ca/pub/files/ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bibletime MAINTAINER= thomas@goodking.ca COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes -USE_GCC= 3.4+ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf --without-clucene -- cgit