diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-02-10 02:15:32 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-02-10 02:15:32 +0800 |
commit | d5d17a8caaf33db9e95ca22acd5af003af20130b (patch) | |
tree | 724468ab7c2160349a10b455566af86eb03f34aa /misc/sword/Makefile | |
parent | 04355f2df96648e113c121578671b57460a03562 (diff) | |
download | freebsd-ports-gnome-d5d17a8caaf33db9e95ca22acd5af003af20130b.tar.gz freebsd-ports-gnome-d5d17a8caaf33db9e95ca22acd5af003af20130b.tar.zst freebsd-ports-gnome-d5d17a8caaf33db9e95ca22acd5af003af20130b.zip |
- 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 <thomas@goodking.ca> (maintainer)
Diffstat (limited to 'misc/sword/Makefile')
-rw-r--r-- | misc/sword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index b84a69ff6144..6a5d72fc0956 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 |