diff options
Diffstat (limited to 'x11/x3270/Makefile')
-rw-r--r-- | x11/x3270/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 8bdde300b103..1ccaed5abe27 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: x3270 -# Version required: 3.0.2.5 +# Version required: 3.0.3.4 # Date created: 18 December 1994 # Whom: janek # -DISTNAME= x3270-3.0.2 -DISTFILES= x3270-3.0.2.5.tar.gz +DISTNAME= x3270-3.0.3 +DISTFILES= x3270-3.0.3.4.tar.gz USE_IMAKE= yes INSTALL_MANPAGES= yes -MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/ +MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ .include <bsd.port.mk> |