diff options
author | tnn <tnn> | 2008-02-04 19:52:54 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-04 19:52:54 +0000 |
commit | 98976d56494aee032e1a81bda35030767aacf35e (patch) | |
tree | 9d5ddbddec9be5fce0575284d06dffa7c6006941 /mail/netbiff/Makefile | |
parent | 2ad460f120a1a59ab80536f44f9483ed3f73ae6e (diff) | |
download | pkgsrc-98976d56494aee032e1a81bda35030767aacf35e.tar.gz |
PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages
Diffstat (limited to 'mail/netbiff/Makefile')
-rw-r--r-- | mail/netbiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/netbiff/Makefile b/mail/netbiff/Makefile index 285f606381c..e8e1d63850a 100644 --- a/mail/netbiff/Makefile +++ b/mail/netbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 16:47:50 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/04 19:52:54 tnn Exp $ # DISTNAME= netbiff-0.9.18 @@ -9,6 +9,8 @@ MAINTAINER= rvalls@ac.upc.edu HOMEPAGE= http://www.cs.virginia.edu/~jrk3g/netbiff/ COMMENT= Xbiff-like mail notification, handles multiple mailboxes +USE_TOOLS+= pkg-config + SUBST_CLASSES+= fix-path SUBST_FILES.fix-path+= conf-home SUBST_STAGE.fix-path= pre-configure |