diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 13:54:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 13:54:45 +0000 |
commit | 77d5662e7c18b449f96ae7c3863c41d8cbfe12eb (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec /textproc/liblingoteach | |
parent | 89315e2bf7fc92ab44dbf706be38932b1d3d881c (diff) | |
download | ports-77d5662e7c18b449f96ae7c3863c41d8cbfe12eb.tar.gz ports-77d5662e7c18b449f96ae7c3863c41d8cbfe12eb.zip |
Notes
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 |