svn commit: r308878 - head/lang/mdk

Marcelo Araujo araujo at FreeBSD.org
Fri Dec 14 03:32:03 UTC 2012


Author: araujo
Date: Fri Dec 14 03:32:02 2012
New Revision: 308878
URL: http://svnweb.freebsd.org/changeset/ports/308878

Log:
  - Support USE_READLINE.
  - Trim header.
  
  PR:		ports/172028
  Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>

Modified:
  head/lang/mdk/Makefile   (contents, props changed)

Modified: head/lang/mdk/Makefile
==============================================================================
--- head/lang/mdk/Makefile	Fri Dec 14 02:35:12 2012	(r308877)
+++ head/lang/mdk/Makefile	Fri Dec 14 03:32:02 2012	(r308878)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:  mdk
-# Date created:			Apr 1, 2001
-# Whom:				Ying-Chieh Liao <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mdk
 PORTVERSION=	1.2.6
@@ -21,6 +16,7 @@ OPTIONS_DEFAULT=GLADE GUILE
 
 USE_GNOME=	glib20 intltool
 USE_NCURSES=	yes
+USE_READLINE=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -57,10 +53,6 @@ PLIST_FILES+=	bin/mixguile \
 CONFIGURE_ARGS+=--without-guile
 .endif
 
-.if exists(${LOCALBASE}/lib/libreadline.so)
-LIB_DEPENDS+=	readline:${PORTSDIR}/devel/readline
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
 		${WRKSRC}/configure


More information about the svn-ports-all mailing list