Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2017 21:04:08 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445412 - head/lang/mdk
Message-ID:  <201707092104.v69L48Kd098252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Sun Jul  9 21:04:08 2017
New Revision: 445412
URL: https://svnweb.freebsd.org/changeset/ports/445412

Log:
  lang/mdk:
  - Fix the USES line I messed up in the last commit: remove readline and keep readline:port
  - Bump PORTREVISION again
  
  Reported by:	adamw

Modified:
  head/lang/mdk/Makefile

Modified: head/lang/mdk/Makefile
==============================================================================
--- head/lang/mdk/Makefile	Sun Jul  9 21:03:58 2017	(r445411)
+++ head/lang/mdk/Makefile	Sun Jul  9 21:04:08 2017	(r445412)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mdk
 PORTVERSION=	1.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang gnome
 MASTER_SITES=	GNU/${PORTNAME}/v${PORTVERSION}
 
@@ -13,7 +13,7 @@ COMMENT=	Set of utilities for developing programs usin
 LICENSE=	GPLv3
 
 USE_GNOME=	glib20 intltool
-USES=		gettext ncurses readline gmake pkgconfig readline:port
+USES=		gettext gmake ncurses pkgconfig readline:port
 GNU_CONFIGURE=	yes
 TEST_TARGET=	check
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707092104.v69L48Kd098252>