svn commit: r322332 - head/textproc/libguess
William Grzybowski
wg at FreeBSD.org
Fri Jul 5 14:37:44 UTC 2013
Author: wg
Date: Fri Jul 5 14:37:43 2013
New Revision: 322332
URL: http://svnweb.freebsd.org/changeset/ports/322332
Log:
textproc/libguess: minor fixes
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- USES gmake
Modified:
head/textproc/libguess/Makefile
Modified: head/textproc/libguess/Makefile
==============================================================================
--- head/textproc/libguess/Makefile Fri Jul 5 14:32:27 2013 (r322331)
+++ head/textproc/libguess/Makefile Fri Jul 5 14:37:43 2013 (r322332)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libguess
-# Date created: 04 May 2012
-# Whom: William Grzybowski
-#
+# Created by: William Grzybowski <wg at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libguess
PORTVERSION= 1.1
@@ -11,12 +7,12 @@ CATEGORIES= textproc devel
MASTER_SITES= http://distfiles.atheme.org/
MAINTAINER= wg at 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
More information about the svn-ports-head
mailing list