aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-17 17:03:33 +0800
committerPav Lucistnik <pav@FreeBSD.org>2004-08-17 17:03:33 +0800
commit829cf63ab8d2b90e9f84db6e56a5c9d2d0e075cb (patch)
tree19ad1ac0b31097773423d89ebd05bce93c534a20
parent41a76f840a1af227b3c2625f11277fa72a73b299 (diff)
downloadfreebsd-ports-gnome-829cf63ab8d2b90e9f84db6e56a5c9d2d0e075cb.tar.gz
freebsd-ports-gnome-829cf63ab8d2b90e9f84db6e56a5c9d2d0e075cb.tar.zst
freebsd-ports-gnome-829cf63ab8d2b90e9f84db6e56a5c9d2d0e075cb.zip
- Fix fetching, unbreak
PR: ports/70563 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
-rw-r--r--devel/clanlib-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile
index 10f7d9498cc1..ecd7be1f1875 100644
--- a/devel/clanlib-devel/Makefile
+++ b/devel/clanlib-devel/Makefile
@@ -8,15 +8,14 @@
PORTNAME= clanlib
PORTVERSION= 0.7.8.1
CATEGORIES= devel
-MASTER_SITES= http://clanlib.org/~sphair/download/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -devel
DISTNAME= ClanLib-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= Cross-platform game SDK
-BROKEN= Unfetchable
-
LIB_DEPENDS= Hermes.1:${PORTSDIR}/graphics/Hermes \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png