From e05ed36727813c752300995435b0dc1aee51ecc3 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 19 Apr 2002 02:30:02 +0000 Subject: Say goodbye to Qt 1.x and all of its dependents. The one port I found which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree. --- graphics/twinlib/files/patch-aa | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 graphics/twinlib/files/patch-aa (limited to 'graphics/twinlib/files/patch-aa') diff --git a/graphics/twinlib/files/patch-aa b/graphics/twinlib/files/patch-aa deleted file mode 100644 index 886344f667d8..000000000000 --- a/graphics/twinlib/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile Mon Jan 17 10:30:27 2000 -+++ Makefile.new Thu Apr 6 20:27:24 2000 -@@ -1,4 +1,7 @@ --PATHLIBS = /usr/X11R6/lib -+X11BASE ?= /usr/X11R6 -+LOCALBASE ?= /usr/local -+PATHLIBS = $(X11BASE)/lib -+TMAKE = $(LOCALBASE)/bin/tmake - - all: Makefile.twinlib - make -f Makefile.twinlib -@@ -7,10 +10,10 @@ - make -f Makefile.example - - Makefile.twinlib: twinlib.pro -- tmake twinlib.pro -o Makefile.twinlib -+ $(TMAKE) twinlib.pro -o Makefile.twinlib - - Makefile.example: example.pro -- tmake example.pro -o Makefile.example -+ $(TMAKE) example.pro -o Makefile.example - - clean: - make -f Makefile.twinlib clean -- cgit v1.2.3