summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-04-10 14:43:59 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-04-10 14:43:59 +0000
commitadfded0ed0dd72dc5012404d3320c5848da6e495 (patch)
tree26e9c5e44de92000ed60728a82f372a71feb9f9b
parentReally fix build on -CURRENT. (diff)
Toggle openssl and libssh2. The first one should be defined both
for -fc4- and -f8- ports. While the second one should be defined only for -f8- ports. Reported by: blackend (by email)
Notes
Notes: svn path=/head/; revision=232014
-rw-r--r--Mk/bsd.linux-apps.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.linux-apps.mk b/Mk/bsd.linux-apps.mk
index e08f293ba04c..4aaa7b8c7b3a 100644
--- a/Mk/bsd.linux-apps.mk
+++ b/Mk/bsd.linux-apps.mk
@@ -56,15 +56,15 @@ WEB_AUTH= nvu
# Non-version specific components
_LINUX_APPS_ALL= allegro alsalib arts aspell atk cairo curl dri esound expat fontconfig \
freealut gdkpixbuf gtk gtk2 hicontheme imlib jpeg libaudiofile \
- libg2c libglade libglade2 libglu libmng libogg libsigcpp20 libssh2 libtheora \
- libvorbis libxml libxml2 mikmod openal openmotif pango png png10 qt33 \
+ libg2c libglade libglade2 libglu libmng libogg libsigcpp20 libtheora \
+ libvorbis libxml libxml2 mikmod 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+=
# 2.6.16 components
-_LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84
+_LINUX_26_APPS= libidn libssh2 nspr nss sqlite3 tcl84 tk84
_LINUX_APPS_ALL+= ${_LINUX_26_APPS}