diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
commit | 7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch) | |
tree | 961839899dce7f75292a08c079f548973bdbd40d /textproc/libxml | |
parent | 85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff) | |
download | ports-7887c684adab042fed1bfcba2e91589ecd17c4a8.tar.gz ports-7887c684adab042fed1bfcba2e91589ecd17c4a8.zip |
Notes
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index af7e47900799..b0a5bb903cb8 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libxml -# Date created: 28 September 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# +# Created by: Yukihiro Nakai <Nakai@technologist.com> # $FreeBSD$ -# PORTNAME= libxml PORTVERSION= 1.8.17 @@ -18,7 +14,6 @@ DEPRECATED= Last release in 2002, unsupported by developers USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes |