diff options
author | beech <beech@FreeBSD.org> | 2008-08-08 11:27:32 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-08-08 11:27:32 +0800 |
commit | c91d0a324ab105e11176eb5ada76b5e69c9c47c4 (patch) | |
tree | 63d618b4c48e12548877e563f0f5f411e17483a2 /textproc | |
parent | 1af0d8d342505067a61c8e90378d20780db7cde1 (diff) | |
download | freebsd-ports-gnome-c91d0a324ab105e11176eb5ada76b5e69c9c47c4.tar.gz freebsd-ports-gnome-c91d0a324ab105e11176eb5ada76b5e69c9c47c4.tar.zst freebsd-ports-gnome-c91d0a324ab105e11176eb5ada76b5e69c9c47c4.zip |
- Remove extra USE_GETTEXT
Reported by: bf2006a@yahoo.com (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libtre/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 170f7b7d2384..6bef84f73d5b 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -23,7 +23,6 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+= --enable-static CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes -USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |