diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /security/ssh | |
parent | 483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (diff) | |
download | ports-cda30a295fd474159658e5a43f99f4441d06682f.tar.gz ports-cda30a295fd474159658e5a43f99f4441d06682f.zip |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 79e91a119e66..e9d245deaf25 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= ssh PORTVERSION= 1.2.33 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/ \ @@ -122,7 +122,7 @@ CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5 # Include extra files if X11 is installed .if defined(WITH_X11) || (exists(${X11BASE}/lib/libX11.a) \ && !defined(WITHOUT_X11)) -USE_XLIB= yes +USE_XORG= x11 PLIST:= ${WRKDIR}/PLIST pre-install: @${CAT} ${PKGDIR}/pkg-plist.x11 ${PKGDIR}/pkg-plist > ${PLIST} |