diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-06 14:02:33 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-06 14:02:33 +0000 |
commit | d75caace0d6e84bf1bb53e81272c6ccb5d5a999c (patch) | |
tree | 6737f0310f7094361115a07262eb785b20943057 /x11/xglobe/Makefile | |
parent | 8fb01c294267becc22868a25403c919b229c5fa2 (diff) | |
download | pkgsrc-d75caace0d6e84bf1bb53e81272c6ccb5d5a999c.tar.gz |
- fetch distfiles into its own subdir
- add DEPEDNS to qt, it won't compile without.
Diffstat (limited to 'x11/xglobe/Makefile')
-rw-r--r-- | x11/xglobe/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile index d9ae84cedf1..24763f49040 100644 --- a/x11/xglobe/Makefile +++ b/x11/xglobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/05 01:17:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/06 14:02:33 frueauf Exp $ # DISTNAME= xglobe-0.1 @@ -11,6 +11,9 @@ DISTFILES+= ${MAPS} ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.uni-karlsruhe.de/~uddn/xglobe/ +DEPENDS+= qt-1.42:../../x11/qt + +DIST_SUBDIR= xglobe MAPS= LE.400.gif Brill.400.gif mggd.gif EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |