diff options
author | pav <pav@FreeBSD.org> | 2009-05-14 04:22:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-14 04:22:35 +0800 |
commit | fc86a51f8d3e239dddab31354a60957e1aa64826 (patch) | |
tree | ac6f0484c4b4a339a56f9ee3a8df80dc013f22f7 /lang/mdk/Makefile | |
parent | 0db5b37b3e8d9b40e85255cd5780d7c1d6e361c7 (diff) | |
download | freebsd-ports-graphics-fc86a51f8d3e239dddab31354a60957e1aa64826.tar.gz freebsd-ports-graphics-fc86a51f8d3e239dddab31354a60957e1aa64826.tar.zst freebsd-ports-graphics-fc86a51f8d3e239dddab31354a60957e1aa64826.zip |
- Chase readline update
Reported by: pointyhat
Diffstat (limited to 'lang/mdk/Makefile')
-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 588c14ce2d6..556738d5d8c 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 |