diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-24 15:07:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-24 15:07:44 +0000 |
commit | 4e2bdb8426ba57eee9fae633c45e3c25675b5ccd (patch) | |
tree | 9c2abb8fde7a4ddbcc018d40e30c77d57d7107bc /x11 | |
parent | 47b33bd7869cebc080ae2d18c57ea2d570b6e8d2 (diff) | |
download | freebsd-ports-4e2bdb8426ba57eee9fae633c45e3c25675b5ccd.zip |
- Unbreak
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index cee7f776ea8c..014742f20347 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -43,7 +43,6 @@ CONFLICTS+= kdelibs-nocups-[0-9]* LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .endif -BROKEN= kdelibs-3.5-openssl-1.0.0.patch is unfetchable DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 @@ -75,7 +74,7 @@ FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir .include <bsd.port.pre.mk> .if ${OSVERSION} > 1000014 -PATCH_SITES= http://oschtan.academ.org/oschtan-overlay/kde-base/kdelibs/files/ +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 .else |