diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-10 22:43:59 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-10 22:43:59 +0800 |
commit | 8d4e73a8c708ff1229b167f025c3dc6e1d4b6ff1 (patch) | |
tree | 2c20a89bceb3ccfcd722909c8e871943a29163a0 /Mk/bsd.linux-apps.mk | |
parent | e9b6f30a8bf73d29f477cf55c84dbb56c4d9da01 (diff) | |
download | freebsd-ports-gnome-8d4e73a8c708ff1229b167f025c3dc6e1d4b6ff1.tar.gz freebsd-ports-gnome-8d4e73a8c708ff1229b167f025c3dc6e1d4b6ff1.tar.zst freebsd-ports-gnome-8d4e73a8c708ff1229b167f025c3dc6e1d4b6ff1.zip |
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)
Diffstat (limited to 'Mk/bsd.linux-apps.mk')
-rw-r--r-- | Mk/bsd.linux-apps.mk | 6 |
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} |