diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-11 08:44:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-11 08:44:04 +0000 |
commit | fb0ae120060b265c0f6689bb88967becbbfaeba2 (patch) | |
tree | 86e4df2af11779120e2072510126f5b29f351ff8 | |
parent | Add missing LIB_DEPENDS on libungif. (diff) |
The previous Makefile revision contained a partial upgrade to a newer
version of open-motif, but the distfile has apparently moved and is
no longer fetchable. Revert to the old version.
Pointy hat to: motminh
-rw-r--r-- | x11-toolkits/open-motif-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile index 16cd4919b8cd..758cef983fbf 100644 --- a/x11-toolkits/open-motif-devel/Makefile +++ b/x11-toolkits/open-motif-devel/Makefile @@ -7,10 +7,10 @@ # PORTNAME= open-motif-devel -PORTVERSION= 2.2.1 +PORTVERSION= 2.1.30 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R2.2.1/binaries/metrolink/ \ - ftp://ftp.opengroup.org/pub/openmotif/R2.2.1/binaries/metrolink/ \ +MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \ + ftp://ftp.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \ ftp://ftp.isca.uiowa.edu/pub/mirrors/openmotif/binaries/metrolink/ \ ftp://ftp.kddlabs.co.jp:/X11/openmotif/binaries/metrolink/ DISTNAME= openmotif-devel-${PORTVERSION}-4_MLI |