diff options
author | demon <demon@FreeBSD.org> | 2012-09-26 14:18:24 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-09-26 14:18:24 +0800 |
commit | 23a9e21b0d2de4a45c4b193e320da53298a9cc49 (patch) | |
tree | b64c8764aa80ce4acb9f3e55aefd3a60c8952c2e /textproc/augeas | |
parent | adb9419f0e1b6063c395853a8abdf46747ea0370 (diff) | |
download | freebsd-ports-graphics-23a9e21b0d2de4a45c4b193e320da53298a9cc49.tar.gz freebsd-ports-graphics-23a9e21b0d2de4a45c4b193e320da53298a9cc49.tar.zst freebsd-ports-graphics-23a9e21b0d2de4a45c4b193e320da53298a9cc49.zip |
Remove unneeded dependency.
Reviewed by: maintainer
Diffstat (limited to 'textproc/augeas')
-rw-r--r-- | textproc/augeas/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 5e069df733b..42818a500f7 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -15,7 +15,6 @@ MASTER_SITES= http://augeas.net/download/ MAINTAINER= swills@FreeBSD.org COMMENT= A configuration editing tool -USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= pkgconfig libxml2 USE_AUTOTOOLS= autoconf aclocal autoheader automake libtool |