diff options
author | mva <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
commit | a99e7e687dd8959b456b245eeaafe101878e92d8 (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /textproc/liblrdf/Makefile | |
parent | e43c5466309ee34db1fde989beb22aa3f35d27ec (diff) | |
download | FreeBSD-ports-a99e7e687dd8959b456b245eeaafe101878e92d8.zip FreeBSD-ports-a99e7e687dd8959b456b245eeaafe101878e92d8.tar.gz |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r-- | textproc/liblrdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index d14023f..632d8e5 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -20,8 +20,7 @@ USE_AUTOTOOLS= libtoolize automake autoconf aclocal ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes -USE_ICONV= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig iconv USE_GNOME= libxml2 libxslt GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes |