diff options
author | lofi <lofi@FreeBSD.org> | 2006-03-22 10:32:36 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-03-22 10:32:36 +0800 |
commit | 391504ad9ef4a5d59663520e33ffa0ae0ca32e55 (patch) | |
tree | f84d9557120d6beca88e3daeccf5536870864f69 | |
parent | 53cc8d3be4ed7bad4fe7e58a10e75ece730b59bb (diff) | |
download | freebsd-ports-gnome-391504ad9ef4a5d59663520e33ffa0ae0ca32e55.tar.gz freebsd-ports-gnome-391504ad9ef4a5d59663520e33ffa0ae0ca32e55.tar.zst freebsd-ports-gnome-391504ad9ef4a5d59663520e33ffa0ae0ca32e55.zip |
Remove the removed patches from EXTRA_PATCHES as well.
Noticed by: "Jack L." <xxjack12xx@gmail.com>
Pointyhat to: me
-rw-r--r-- | x11-toolkits/qt33/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index afd4e3d389d4..ad64e61e0a76 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -132,16 +132,10 @@ EXTRA_PATCHES= ${PATCHDIR}/0001-dnd_optimization.patch \ ${PATCHDIR}/0047-fix-kmenu-width.diff \ ${PATCHDIR}/0048-qclipboard_hack_80072.patch \ ${PATCHDIR}/0049-qiconview-rubber_on_move.diff \ - ${PATCHDIR}/0051-qtoolbar_77047.patch \ - ${PATCHDIR}/0053-png-gamma-fix.diff \ ${PATCHDIR}/0056-khotkeys_input_84434.patch \ ${PATCHDIR}/0059-qpopup_has_mouse.patch \ ${PATCHDIR}/0060-qpopup_ignore_mousepos.patch \ - ${PATCHDIR}/0061-qscrollview-propagate-horizontal-wheelevent.patch \ - ${PATCHDIR}/0064-fix_gcc4.patch \ - ${PATCHDIR}/0065-fix_werror_with_gcc4.patch \ - ${PATCHDIR}/0066-fcsort2fcmatch.patch \ - ${PATCHDIR}/0067-nofclist.patch + ${PATCHDIR}/0061-qscrollview-propagate-horizontal-wheelevent.patch PKGNAMESUFFIX= -copy COMMENT+= (+ KDE patches) CONFLICTS+= qt-3.3.* |