diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-13 20:22:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-13 20:22:35 +0000 |
commit | 3d5d0266338482ce90d383aa9bcf380fe818e12a (patch) | |
tree | 38d43ba149e1a4a609c064c3fc3280e94f5d1e98 /lang/mdk | |
parent | 2295ab79d6ef3e98f41fbb14560681f0c1a8fd44 (diff) | |
download | ports-3d5d0266338482ce90d383aa9bcf380fe818e12a.tar.gz ports-3d5d0266338482ce90d383aa9bcf380fe818e12a.zip |
- Chase readline update
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=233852
Diffstat (limited to 'lang/mdk')
-rw-r--r-- | lang/mdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 588c14ce2d6c..556738d5d8c3 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -8,7 +8,7 @@ PORTNAME= mdk PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -21,7 +21,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A set of utilities for developing programs using MIX and MIXAL LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ - readline.5:${PORTSDIR}/devel/readline + readline.6:${PORTSDIR}/devel/readline USE_GNOME= gnometarget libglade2 GNU_CONFIGURE= yes |