diff options
author | dholland <dholland@pkgsrc.org> | 2011-03-06 03:52:16 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-03-06 03:52:16 +0000 |
commit | b73bc7f8f122a7da909c141824c9b33069e7c222 (patch) | |
tree | a30a2ff01f56ef4ca3db966b7ca1152dbc18d8a7 /x11/lesstif/Makefile | |
parent | 00862fbb51cd79e5a758e272acb135663d1d31a0 (diff) | |
download | pkgsrc-b73bc7f8f122a7da909c141824c9b33069e7c222.tar.gz |
This exposes libXp, so add libXp to the bl3.
From Taylor Campbell in PR 44668. PKGREVISION++.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index c561ec663b1..0f91690a0f3 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2010/01/16 17:57:38 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2011/03/06 03:52:16 dholland Exp $ DISTNAME= lesstif-0.95.2 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lesstif/} EXTRACT_SUFX= .tar.bz2 |