diff options
author | lme <lme@FreeBSD.org> | 2017-07-10 03:14:55 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2017-07-10 03:14:55 +0800 |
commit | 8619461da0d037df15bee7239af80a5794f92e44 (patch) | |
tree | 25df6464f7dfa60d84622d156e79eef55a9840e7 /lang | |
parent | 1c6ff99cfac439761b3c22a285f4b8e636e3c990 (diff) | |
download | freebsd-ports-gnome-8619461da0d037df15bee7239af80a5794f92e44.tar.gz freebsd-ports-gnome-8619461da0d037df15bee7239af80a5794f92e44.tar.zst freebsd-ports-gnome-8619461da0d037df15bee7239af80a5794f92e44.zip |
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@gmx.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mdk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 83149fee4c85..4d9e4f5062ba 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -3,6 +3,7 @@ PORTNAME= mdk PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} @@ -12,13 +13,10 @@ COMMENT= Set of utilities for developing programs using MIX and MIXAL 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 \ bin/mixvm \ |