diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /news | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/grn/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile index 73bb036dc688..c5d370410b05 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: grm -# Date created: 20 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= grn PORTVERSION= 0.0.28 @@ -16,7 +12,8 @@ COMMENT= A NNTP client for Gnome USE_BZIP2= yes USE_PERL5= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix +USES= pathfix +USE_GNOME= gnomelibs gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes LIBTOOLFILES= configure libmutt/configure |