diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-21 02:40:07 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-21 02:40:07 +0800 |
commit | abad51961d2d71949b141341e4864bd5431b8c38 (patch) | |
tree | ed0afab4df04f508efb699aa4f5d2f6d5eaffb5a /graphics/lib3ds | |
parent | 08241ad68a77a2b48f895c0220f59860733cfa33 (diff) | |
download | freebsd-ports-gnome-abad51961d2d71949b141341e4864bd5431b8c38.tar.gz freebsd-ports-gnome-abad51961d2d71949b141341e4864bd5431b8c38.tar.zst freebsd-ports-gnome-abad51961d2d71949b141341e4864bd5431b8c38.zip |
graphics/lib3ds: new fedora MASTER_SITES to unbreak
Diffstat (limited to 'graphics/lib3ds')
-rw-r--r-- | graphics/lib3ds/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index e9285843cfc5..6fddfda70dda 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -5,15 +5,13 @@ PORTNAME= lib3ds PORTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/lib3ds/lib3ds-1.3.0.zip/2572f7b0f29b591d494c1a0658b35c86/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for handling 3DS (3D Studio) files LICENSE= LGPL21+ -BROKEN= Unfetchable (google code has gone away) - GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool zip |