summaryrefslogtreecommitdiff
path: root/devel/tmake
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-05-09 10:15:13 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-05-09 10:15:13 +0000
commit5bfa5c6ce16c13f59894a0ba6278f6ce6d72f40d (patch)
tree0478a627f9525a95cbe8aa5f917a8e3b6c377c84 /devel/tmake
parentAdded port version in post-install output message (diff)
Port x11-toolkits/qt23 introduces a new library qtgl to make use of
OpenGL inside of Qt applications. It is a Good Thing (tm) to take care of that in this port instead of patching Makefiles in other ports that make use of tmake. Currently there seem to be no ports that make use of tmake and don't depend on OpenGL. But they should not be affected anyway as the qtgl library does contain all symbols from the qt lib. PR: 26495 Submitted by: maintainer
Diffstat (limited to 'devel/tmake')
-rw-r--r--devel/tmake/Makefile1
-rw-r--r--devel/tmake/files/patch-ab4
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile
index dd62e8628c6c..169553776d82 100644
--- a/devel/tmake/Makefile
+++ b/devel/tmake/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tmake
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ftp://ftp.trolltech.com/freebies/tmake/
diff --git a/devel/tmake/files/patch-ab b/devel/tmake/files/patch-ab
index c681d27654b8..579c1c9462f9 100644
--- a/devel/tmake/files/patch-ab
+++ b/devel/tmake/files/patch-ab
@@ -1,5 +1,5 @@
--- lib/freebsd-g++/tmake.conf Sat Nov 4 19:00:02 2000
-+++ lib/freebsd-g++/tmake.conf.new Mon Jan 15 11:44:12 2001
++++ lib/freebsd-g++/tmake.conf.new Wed Apr 11 11:36:10 2001
@@ -31,7 +31,7 @@
TMAKE_LIBDIR = /usr/local/lib
TMAKE_INCDIR_X11 = /usr/X11R6/include
@@ -15,7 +15,7 @@
TMAKE_LIBS_X11SM = -lICE -lSM
-TMAKE_LIBS_QT = -lqt
-TMAKE_LIBS_QT_THREAD = -lqt-mt
-+TMAKE_LIBS_QT = -lqt2
++TMAKE_LIBS_QT = -lqtgl
+TMAKE_LIBS_QT_THREAD = -lqt2-mt
TMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu
TMAKE_LIBS_THREAD =