diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-08 12:33:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-08 12:33:23 +0000 |
commit | aac5856cf2ba14762575b6899f9e521dd44e7c79 (patch) | |
tree | b357fc77910cc8a5e78c77dff4ac45d0df4e21d7 /finance/xquote | |
parent | e50e63a7e7eb9375458aeb5356ac260390202f46 (diff) | |
download | pkgsrc-aac5856cf2ba14762575b6899f9e521dd44e7c79.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'finance/xquote')
-rw-r--r-- | finance/xquote/Makefile | 8 | ||||
-rw-r--r-- | finance/xquote/distinfo | 3 | ||||
-rw-r--r-- | finance/xquote/patches/patch-af | 13 |
3 files changed, 6 insertions, 18 deletions
diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile index 68c5bd448e0..3711c54a06e 100644 --- a/finance/xquote/Makefile +++ b/finance/xquote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/09/08 19:55:45 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/08 12:35:15 jlam Exp $ DISTNAME= xquote-2.2 CATEGORIES= finance x11 @@ -9,12 +9,14 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sunsite.dk/xinvest/xquote.html COMMENT= WWW ticker symbol quote retrieval program +USE_BUILDLINK2= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xquote.man -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/motif.buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/motif.buildlink2.mk" + .include "../../mk/bsd.pkg.mk" diff --git a/finance/xquote/distinfo b/finance/xquote/distinfo index 61881654976..fed059dcc03 100644 --- a/finance/xquote/distinfo +++ b/finance/xquote/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/07/02 22:08:36 jlam Exp $ +$NetBSD: distinfo,v 1.4 2002/10/08 12:35:16 jlam Exp $ SHA1 (xquote-2.2.tar.gz) = 2b32bfe25f826e9ae0bb28ee608ccbeae39350a6 Size (xquote-2.2.tar.gz) = 82814 bytes @@ -7,4 +7,3 @@ SHA1 (patch-ab) = 26c943dc5e22ea91641503cb7da35e6eeb47cec4 SHA1 (patch-ac) = 2d9b18f22724f2ba92931077cafca38115a10eb4 SHA1 (patch-ad) = 36f3d15cddd53b4cf0de17a96213a6fee84c38a2 SHA1 (patch-ae) = 4aeb6076e76b40bd07d29530a5d2ed029bff7a63 -SHA1 (patch-af) = 4e49b00531a22465470b0b2940678c55e9602d8c diff --git a/finance/xquote/patches/patch-af b/finance/xquote/patches/patch-af deleted file mode 100644 index 905a3170298..00000000000 --- a/finance/xquote/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2001/07/02 22:08:37 jlam Exp $ - ---- Imakefile.orig Mon Nov 20 19:20:42 2000 -+++ Imakefile -@@ -12,7 +12,7 @@ - XCOMM price communication. - - DEFINES = -DSHAPE -DXQUOTE --INCLUDES = -I$(INCROOT)/X11 -+INCLUDES = -I$(BUILDLINK_DIR)/include/X11 - SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm - DEPLIBS = - |