diff options
author | tijl <tijl@FreeBSD.org> | 2017-11-01 21:21:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-11-01 21:21:11 +0800 |
commit | 6bc0fdc22faede699540490c41fd157b6aea7c8b (patch) | |
tree | 56a8313b7bc8552d88d111ae4c425390d12eb7a3 /emulators/linux-c6 | |
parent | c34368a9821f72298143065b53868f8b7b70cabf (diff) | |
download | freebsd-ports-gnome-6bc0fdc22faede699540490c41fd157b6aea7c8b.tar.gz freebsd-ports-gnome-6bc0fdc22faede699540490c41fd157b6aea7c8b.tar.zst freebsd-ports-gnome-6bc0fdc22faede699540490c41fd157b6aea7c8b.zip |
Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs.
Diffstat (limited to 'emulators/linux-c6')
-rw-r--r-- | emulators/linux-c6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile index 708b918633a2..00d22895cc02 100644 --- a/emulators/linux-c6/Makefile +++ b/emulators/linux-c6/Makefile @@ -3,6 +3,7 @@ PORTNAME= linux-c6 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -26,7 +27,6 @@ RUN_DEPENDS= linux-c6-libasyncns>0:dns/linux-c6-libasyncns \ linux-c6-dbus-libs>0:devel/linux-c6-dbus-libs \ linux-c6-qt47>0:devel/linux-c6-qt47 \ linux-c6-dbus-glib>0:devel/linux-c6-dbus-glib \ - linux-c6-ncurses-base>0:devel/linux-c6-ncurses-base \ linux-c6-xorg-libs>0:x11/linux-c6-xorg-libs \ linux-c6-fontconfig>0:x11-fonts/linux-c6-fontconfig \ linux-c6-cups-libs>0:print/linux-c6-cups-libs \ |