diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
commit | d660f47405ede4cb65be00179061d54ebb517a0e (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec /textproc/liblingoteach | |
parent | 261f79d741f27e6af8050af1094e862e042d5d12 (diff) | |
download | freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.gz freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.zst freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'textproc/liblingoteach')
-rw-r--r-- | textproc/liblingoteach/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index 8f09c123db78..3648908729f3 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: liblingoteach -# Date created: 14 October 2003 -# Whom: Marcus von Appen -# +# Created by: Marcus von Appen # $FreeBSD$ -# PORTNAME= liblingoteach PORTVERSION= 0.2.1 @@ -15,8 +11,8 @@ MAINTAINER= mva@FreeBSD.org COMMENT= A library for parsing lesson files based on the LingoTeach DTD USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 +USES= gmake pathfix pkgconfig +USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |