mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
ba794bc264
commit
0e0edf57e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445412
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mdk
|
PORTNAME= mdk
|
||||||
PORTVERSION= 1.2.9
|
PORTVERSION= 1.2.9
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang gnome
|
CATEGORIES= lang gnome
|
||||||
MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION}
|
MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ COMMENT= Set of utilities for developing programs using MIX and MIXAL
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
USE_GNOME= glib20 intltool
|
USE_GNOME= glib20 intltool
|
||||||
USES= gettext ncurses readline gmake pkgconfig readline:port
|
USES= gettext gmake ncurses pkgconfig readline:port
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue