diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-17 07:26:50 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-17 07:26:50 +0800 |
commit | 2ebefad4b540be5a37b7ba4a471bbe4fb9387517 (patch) | |
tree | 6a3b6c291cd04a7b9daee2cc8732476a7415d6f2 /misc/dejagnu/Makefile | |
parent | 5118928a668032cd7609e0095b6b6688c827866c (diff) | |
download | freebsd-ports-gnome-2ebefad4b540be5a37b7ba4a471bbe4fb9387517.tar.gz freebsd-ports-gnome-2ebefad4b540be5a37b7ba4a471bbe4fb9387517.tar.zst freebsd-ports-gnome-2ebefad4b540be5a37b7ba4a471bbe4fb9387517.zip |
Update to version 1.4.1.
Diffstat (limited to 'misc/dejagnu/Makefile')
-rw-r--r-- | misc/dejagnu/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index d9eceb181468..9ceec0a69887 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -6,19 +6,16 @@ # PORTNAME= dejagnu -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= misc tcl83 tk83 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dejagnu -DISTFILES= dejagnu_1.4-0${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= expect:${PORTSDIR}/lang/expect USE_GMAKE= yes - -WRKSRC= ${WRKDIR}/dejagnu-1.4 GNU_CONFIGURE= yes .include <bsd.port.mk> |