diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-20 17:57:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-20 17:57:25 +0000 |
commit | e386bedbcdd7b3effbf66e90f4f6d36ccab6b869 (patch) | |
tree | eff39d0f7c8e7ea3f7e46c517b53ab4f6049db60 /devel/fhist/Makefile | |
parent | 94a70f0e74748f3a47cf4a70a4288891a5d33f27 (diff) | |
download | ports-e386bedbcdd7b3effbf66e90f4f6d36ccab6b869.tar.gz ports-e386bedbcdd7b3effbf66e90f4f6d36ccab6b869.zip |
Chase libexplain update
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307594
Diffstat (limited to 'devel/fhist/Makefile')
-rw-r--r-- | devel/fhist/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 35c2e3f31f1d..5544d51967bb 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: fhist -# Date created: Jan 05 2000 -# Whom: <jkoshy@freebsd.org> -# +# Created by: <jkoshy@freebsd.org> # $FreeBSD$ -# PORTNAME= fhist PORTVERSION= 1.21 DISTVERSIONSUFFIX= .D001 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -16,7 +13,7 @@ COMMENT= Utilities to maintain file history, do file comparisons, and merges LICENSE= GPLv3 -LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain OPTIONS_DEFINE= NLS |