diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
commit | f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1 (patch) | |
tree | 9e893c98603cb0cd739358e66f822966d7bdcc5b /lang/mdk | |
parent | Update to the 2002-04-09 snapshot of what will be version 5.2. (diff) |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Notes
Notes:
svn path=/head/; revision=57625
Diffstat (limited to 'lang/mdk')
-rw-r--r-- | lang/mdk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 1cc78a303d4a..1dfbe9a6e560 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -8,6 +8,7 @@ PORTNAME= mdk PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SOURCEFORGE} @@ -16,8 +17,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - intl:${PORTSDIR}/devel/gettext-old \ - guile:${PORTSDIR}/lang/guile + intl.2:${PORTSDIR}/devel/gettext \ + guile.9:${PORTSDIR}/lang/guile USE_X_PREFIX= yes USE_GNOME= yes |