diff options
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> |