diff options
Diffstat (limited to 'textproc/ots/Makefile')
-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 |