diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:35:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:35:35 +0800 |
commit | 64c6f64c77b65363934e7187fe526a07c7ea14a2 (patch) | |
tree | 8b6f9821b1084b798e2cd9f40cba3b8456cc6774 /math/timbl | |
parent | c0dfe266b6cdb135046bc3318c41e490727e285a (diff) | |
download | freebsd-ports-gnome-64c6f64c77b65363934e7187fe526a07c7ea14a2.tar.gz freebsd-ports-gnome-64c6f64c77b65363934e7187fe526a07c7ea14a2.tar.zst freebsd-ports-gnome-64c6f64c77b65363934e7187fe526a07c7ea14a2.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'math/timbl')
-rw-r--r-- | math/timbl/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/timbl/Makefile b/math/timbl/Makefile index 469d8b209a14..8918bede88f4 100644 --- a/math/timbl/Makefile +++ b/math/timbl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: timbl -# Date created: 13 March 2008 -# Whom: Yuri Victorovich <yuri@tsoft.com> -# +# Created by: Yuri Victorovich <yuri@tsoft.com> # $FreeBSD$ -# PORTNAME= timbl PORTVERSION= 6.4.2 @@ -18,10 +14,9 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 MAN1= timbl.1 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes post-patch: |