diff options
Diffstat (limited to 'editors/beaver/Makefile')
-rw-r--r-- | editors/beaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile index 44fe752cecd..35930ca7d5a 100644 --- a/editors/beaver/Makefile +++ b/editors/beaver/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/13 13:51:29 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/20 12:14:05 agc Exp $ # DISTNAME= beaver-0.2.6 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= editors MASTER_SITES= http://savannah.nongnu.org/download/beaver/ @@ -11,6 +10,7 @@ MAINTAINER= vincent.derrien@ahoup.net HOMEPAGE= http://www.nongnu.org/beaver/ COMMENT= Lightweight GTK+ text editor with syntax highlighting +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= YES USE_X11= YES |