diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-09 18:15:32 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-09 18:15:32 +0000 |
commit | 6d2f870bafe6077cf700b9ce0f4ac56feeb814b3 (patch) | |
tree | 0e6c750658d785d454712765671a898eb0683ca8 /misc/sword15 | |
parent | - Update to 20070205 (diff) |
- 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/sword15')
-rw-r--r-- | misc/sword15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index b84a69ff6144..6a5d72fc0956 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/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 |