diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /textproc/gdome2/Makefile | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Notes
Diffstat (limited to 'textproc/gdome2/Makefile')
-rw-r--r-- | textproc/gdome2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index d06fa7ba4970..0f6c67321615 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdome2 -# Date created: 7 July 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= gdome2 PORTVERSION= 0.8.1 @@ -17,6 +13,7 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool +USES= pathfix USE_GNOME= glib20 gnomehack GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" |