svn commit: r318602 - head/Mk

Boris Samorodov bsam at FreeBSD.org
Mon May 20 14:51:34 UTC 2013


Author: bsam
Date: Mon May 20 14:51:33 2013
New Revision: 318602
URL: http://svnweb.freebsd.org/changeset/ports/318602

Log:
  Add ncurses-base to the rank of linux-apps.

Modified:
  head/Mk/bsd.linux-apps.mk

Modified: head/Mk/bsd.linux-apps.mk
==============================================================================
--- head/Mk/bsd.linux-apps.mk	Mon May 20 14:11:25 2013	(r318601)
+++ head/Mk/bsd.linux-apps.mk	Mon May 20 14:51:33 2013	(r318602)
@@ -61,8 +61,8 @@ _LINUX_APPS_ALL=	allegro alsalib arts as
 					freealut gdkpixbuf gnutls gtk gtk2 hicontheme imlib jpeg libaudiofile \
 					libg2c libgcrypt libglade libglade2 libglu libgpg-error libmng libogg \
 					libsigcpp20 libtasn1 libtheora 	libvorbis libxml libxml2 mikmod naslibs \
-					openal openmotif openssl pango png png10 qt33 scimgtk scimlibs sdl12 \
-					sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth
+					ncurses-base openal openmotif openssl pango png png10 qt33 scimgtk \
+					scimlibs sdl12 sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth
 
 # 2.4.2 components
 _LINUX_APPS_ALL+=
@@ -357,6 +357,11 @@ openmotif_DETECT=	${openmotif${LINUX_DIS
 openmotif_PORT=		${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-openmotif
 openmotif_DEPENDS=	xorglibs
 
+# no ncurses-base_FILE
+ncurses-base_f10_FILE=	${LINUXBASE}/lib/terminfo/a/ansi
+ncurses-base_DETECT=	${ncurses-base${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+ncurses-base_PORT=	${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-ncurses-base
+
 # no nspr_FILE
 nspr_f10_FILE=		${LINUXBASE}/lib/libnspr4.so
 nspr_DETECT=		${nspr${LINUX_DIST_SUFFIX:S/-/_/}_FILE}


More information about the svn-ports-all mailing list