diff options
author | araujo <araujo@FreeBSD.org> | 2012-12-14 11:32:02 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2012-12-14 11:32:02 +0800 |
commit | f4c0969f9b7b73cf5de33e6a4380b9cfd9c41209 (patch) | |
tree | 339312fd79b509a73702c8bb7e01fc34e8ef8579 /lang/mdk | |
parent | e9a2c45c14029cbae3f3f7c74c32d5175140d5dc (diff) | |
download | freebsd-ports-gnome-f4c0969f9b7b73cf5de33e6a4380b9cfd9c41209.tar.gz freebsd-ports-gnome-f4c0969f9b7b73cf5de33e6a4380b9cfd9c41209.tar.zst freebsd-ports-gnome-f4c0969f9b7b73cf5de33e6a4380b9cfd9c41209.zip |
- Support USE_READLINE.
- Trim header.
PR: ports/172028
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'lang/mdk')
-rw-r--r-- | lang/mdk/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 9f60ee3b2012..985c38aef8c0 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mdk -# Date created: Apr 1, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@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 |