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/xinvest | |
parent | e50e63a7e7eb9375458aeb5356ac260390202f46 (diff) | |
download | pkgsrc-aac5856cf2ba14762575b6899f9e521dd44e7c79.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'finance/xinvest')
-rw-r--r-- | finance/xinvest/Makefile | 8 | ||||
-rw-r--r-- | finance/xinvest/distinfo | 3 | ||||
-rw-r--r-- | finance/xinvest/patches/patch-ac | 13 |
3 files changed, 6 insertions, 18 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index 204c0a03be7..cda5d186649 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/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:33:23 jlam Exp $ DISTNAME= xinvest-2.6 CATEGORIES= finance x11 @@ -9,12 +9,14 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sunsite.dk/xinvest/xinvest.html COMMENT= Personal finance tracking and performance tool +USE_BUILDLINK2= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xinvest.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/xinvest/distinfo b/finance/xinvest/distinfo index 1faae49af71..233fd38def7 100644 --- a/finance/xinvest/distinfo +++ b/finance/xinvest/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/07/02 22:07:04 jlam Exp $ +$NetBSD: distinfo,v 1.4 2002/10/08 12:33:23 jlam Exp $ SHA1 (xinvest-2.6.tar.gz) = 6593e1ba8025f17032c8bf3227aad7588a364cd4 Size (xinvest-2.6.tar.gz) = 262494 bytes SHA1 (patch-aa) = c3a26cb5779886112af31661934698cd76979e79 SHA1 (patch-ab) = 7a1709d68a91e2983c73cd565b24467244e6c4ab -SHA1 (patch-ac) = f605cc559aecc41c71c1c4ee6f37f12e481fcee5 diff --git a/finance/xinvest/patches/patch-ac b/finance/xinvest/patches/patch-ac deleted file mode 100644 index 7e915956827..00000000000 --- a/finance/xinvest/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2001/07/02 22:07:05 jlam Exp $ - ---- Imakefile.orig Fri Feb 4 17:59:08 2000 -+++ Imakefile -@@ -10,7 +10,7 @@ - XCOMM 'SHAPE' for a transparent icon. - - DEFINES = -DSHAPE --INCLUDES = -I$(INCROOT)/X11 -+INCLUDES = -I$(BUILDLINK_DIR)/include/X11 - SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm - DEPLIBS = - |