summaryrefslogtreecommitdiff
path: root/misc/mango
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-05-09 14:41:08 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-05-09 14:41:08 +0000
commit0ad2a89340011c0db32cb60af7c4c28d9fc2ac62 (patch)
tree76268c2abb5bb7a02270fb6fc2d40419dfa9c929 /misc/mango
parentUpdate to 0.5.2. (diff)
Use libqtgl instead of libqt2 (as for tmake)
PR: 27227 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=42457
Diffstat (limited to 'misc/mango')
-rw-r--r--misc/mango/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mango/Makefile b/misc/mango/Makefile
index 8508dee3c94c..3dc0fe840df1 100644
--- a/misc/mango/Makefile
+++ b/misc/mango/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mango
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://mango.sourceforge.net/pub/mango/
@@ -21,7 +22,6 @@ MAKE_ENV+= QTDIR=${X11BASE}
do-build:
(cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile mango.pro)
- (${PERL} -pi.orig -e "s@-lqt2@-lqtgl@g" ${WRKSRC}/Makefile)
(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
do-install: