svn commit: r445408 - head/lang/mdk

Lars Engels lme at FreeBSD.org
Sun Jul 9 19:14:56 UTC 2017


Author: lme
Date: Sun Jul  9 19:14:55 2017
New Revision: 445408
URL: https://svnweb.freebsd.org/changeset/ports/445408

Log:
  lang/mdk:
  - Replace readline with readline:port in USES
  - Remove CPPFLAGS and LDFLAGS defines; the same added by USES+=readline:port instead
  - Bump PORTREVISION
  
  PR:		220560
  Submitted by:	lightside <lightside at gmx.com>

Modified:
  head/lang/mdk/Makefile

Modified: head/lang/mdk/Makefile
==============================================================================
--- head/lang/mdk/Makefile	Sun Jul  9 17:35:30 2017	(r445407)
+++ head/lang/mdk/Makefile	Sun Jul  9 19:14:55 2017	(r445408)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mdk
 PORTVERSION=	1.2.9
+PORTREVISION=	1
 CATEGORIES=	lang gnome
 MASTER_SITES=	GNU/${PORTNAME}/v${PORTVERSION}
 
@@ -12,12 +13,9 @@ COMMENT=	Set of utilities for developing programs usin
 LICENSE=	GPLv3
 
 USE_GNOME=	glib20 intltool
-USES=		gettext ncurses readline gmake pkgconfig
+USES=		gettext ncurses readline gmake pkgconfig readline:port
 GNU_CONFIGURE=	yes
 TEST_TARGET=	check
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 INFO=		mdk
 PLIST_FILES=	bin/mixasm \


More information about the svn-ports-all mailing list