diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-05 14:37:43 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-05 14:37:43 +0000 |
commit | 6d314b638469a55aeab9a031257b602cd3312745 (patch) | |
tree | 491d3db378013db7faf1dcd3c70d59092ed0b05d /textproc/libguess | |
parent | 30e2283f00a3e2496eac341140d46049157ceb71 (diff) | |
download | ports-6d314b638469a55aeab9a031257b602cd3312745.tar.gz ports-6d314b638469a55aeab9a031257b602cd3312745.zip |
Notes
Diffstat (limited to 'textproc/libguess')
-rw-r--r-- | textproc/libguess/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/libguess/Makefile b/textproc/libguess/Makefile index b4523fcb1e4f..863594424085 100644 --- a/textproc/libguess/Makefile +++ b/textproc/libguess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libguess -# Date created: 04 May 2012 -# Whom: William Grzybowski -# +# Created by: William Grzybowski <wg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libguess PORTVERSION= 1.1 @@ -11,12 +7,12 @@ CATEGORIES= textproc devel MASTER_SITES= http://distfiles.atheme.org/ MAINTAINER= wg@FreeBSD.org -COMMENT= A high-speed character set detection library +COMMENT= High-speed character set detection library -LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli +LIB_DEPENDS= mowgli:${PORTSDIR}/devel/libmowgli +USES= gmake USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |