diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-20 03:53:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-20 03:53:48 +0000 |
commit | 9b3cceeb608fb5b18306bdf077e0105ee4bf0822 (patch) | |
tree | 506959b8bdb3f18c992f1851bce4ef8e9b5e99f2 /x11 | |
parent | 28f601c5bd2069a6913bdba0c0efec09db4d47e9 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 014742f20347..46e4e3607497 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -73,7 +73,7 @@ FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if ${OSVERSION} > 1000014 +.if ${OSVERSION} > 901000 PATCH_SITES= http://data.gpo.zugaina.org/kde-sunset/kde-base/kdelibs/files/ PATCHFILES= kdelibs-3.5-openssl-1.0.0.patch PATCH_DIST_STRIP= -p1 |