diff options
author | wg <wg@FreeBSD.org> | 2013-07-05 22:37:43 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-07-05 22:37:43 +0800 |
commit | fe8b97a2ebc733d89526333609b9c63d27b82701 (patch) | |
tree | 491d3db378013db7faf1dcd3c70d59092ed0b05d /textproc | |
parent | f08be288dd47fab1669d84ca4eef081b285f5453 (diff) | |
download | freebsd-ports-gnome-fe8b97a2ebc733d89526333609b9c63d27b82701.tar.gz freebsd-ports-gnome-fe8b97a2ebc733d89526333609b9c63d27b82701.tar.zst freebsd-ports-gnome-fe8b97a2ebc733d89526333609b9c63d27b82701.zip |
textproc/libguess: minor fixes
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- USES gmake
Diffstat (limited to 'textproc')
-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 |