diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /textproc/ots | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) |
Notes
Diffstat (limited to 'textproc/ots')
-rw-r--r-- | textproc/ots/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/ots/Makefile b/textproc/ots/Makefile index d704753cce33..8eacb73318f6 100644 --- a/textproc/ots/Makefile +++ b/textproc/ots/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ots -# Date created: 9 June 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ots PORTVERSION= 0.5.0 @@ -18,7 +14,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes -USES= gettext +USES= gettext pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |