summaryrefslogtreecommitdiff
path: root/x11/xglobe/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-07-06 22:08:17 +0000
committerhubertf <hubertf>2004-07-06 22:08:17 +0000
commitff8b3d08fa924c0b46d779054388e89d1b45d1c0 (patch)
tree04341a70df81f569df03d1a22be9b8860c5170b8 /x11/xglobe/Makefile
parent2d1f9b1cf3d5f7e39ac1079d98bad3aeb601edda (diff)
downloadpkgsrc-ff8b3d08fa924c0b46d779054388e89d1b45d1c0.tar.gz
Make this package use state-of-the-bloat^Wart QT, i.e. version 3
(qt-1 doesn't seem to build with recent gcc). Patch based on PR 23443 submitted by Ron Roskens
Diffstat (limited to 'x11/xglobe/Makefile')
-rw-r--r--x11/xglobe/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile
index ec7443c7e51..44c2ebea650 100644
--- a/x11/xglobe/Makefile
+++ b/x11/xglobe/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2004/01/24 15:30:34 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/07/06 22:08:17 hubertf Exp $
#
DISTNAME= xglobe-0.5
+PKGREVISION= 1
CATEGORIES= x11
#
# The original MASTER_SITE for the program responds "200 OK"
@@ -17,16 +18,13 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.cs.unc.edu/~scheuerm/xglobe/
COMMENT= Displays the earth as seen from space, similar to xearth
-DEPENDS+= qt1-1.44:../../x11/qt1
-
DIST_SUBDIR= xglobe
MAPS= LE.400.gif Brill.400.gif mggd.gif
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_X11BASE= YES
USE_GNU_TOOLS+= make
-EVAL_PREFIX+= QT1DIR=qt1
-MAKE_ENV+= QTDIR=${QT1DIR}/qt1
+USE_BUILDLINK3= yes
post-install:
${INSTALL_DATA_DIR} ${X11PREFIX}/lib/xglobe
@@ -38,4 +36,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.maps ${X11PREFIX}/share/doc/xglobe
${INSTALL_DATA} ${WRKSRC}/getcloudmap.sh ${X11PREFIX}/bin/xglobe-getcloudmap.sh
+.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"