diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-06 13:25:48 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-06 13:25:48 +0000 |
commit | 8169026baf15d28b9465c12ba4736997c2af8d9b (patch) | |
tree | 46212ef1a05e052875e535105e06718da8f788f6 /sysutils | |
parent | - Update to 4.62 (diff) |
Both patch files should be optional. Fix my mistake.
Submitted by: Yar Odin (PR submitter)
Notes
Notes:
svn path=/head/; revision=212737
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/kgtk/Makefile | 5 | ||||
-rw-r--r-- | sysutils/kgtk/files/opt-patch-kgtk-wrapper (renamed from sysutils/kgtk/files/patch-kgtk-wrapper) | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/kgtk/Makefile b/sysutils/kgtk/Makefile index 88f1cbfb9f01..5ffbd40ef08e 100644 --- a/sysutils/kgtk/Makefile +++ b/sysutils/kgtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= kgtk PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde MASTER_SITES= http://source.antisupport.com/kgtk/ \ http://home.freeuk.com/cpdrummond/ @@ -44,7 +44,8 @@ PLIST_SUB+= NLS="" .endif .if defined(WITHOUT_UNICODE) -EXTRA_PATCHES+= ${PATCHDIR}/opt-patch-gtk2__kgtk2-wrapper.cmake +EXTRA_PATCHES+= ${PATCHDIR}/opt-patch-kgtk-wrapper \ + ${PATCHDIR}/opt-patch-gtk2__kgtk2-wrapper.cmake .endif post-patch: diff --git a/sysutils/kgtk/files/patch-kgtk-wrapper b/sysutils/kgtk/files/opt-patch-kgtk-wrapper index 03c668891502..03c668891502 100644 --- a/sysutils/kgtk/files/patch-kgtk-wrapper +++ b/sysutils/kgtk/files/opt-patch-kgtk-wrapper |