diff options
author | krion <krion@FreeBSD.org> | 2004-07-10 19:12:13 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-10 19:12:13 +0000 |
commit | f3ce307342532289604b4b22638f46ff8e627ae4 (patch) | |
tree | d576cd15495aef7c7848b02f339490e5511f894d /archivers | |
parent | 65ca9b28ede2694e2073b2d361ec8ead2ed66319 (diff) | |
download | FreeBSD-ports-f3ce307342532289604b4b22638f46ff8e627ae4.zip FreeBSD-ports-f3ce307342532289604b4b22638f46ff8e627ae4.tar.gz |
Remove USE_GETTEXT
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dpkg/Makefile | 1 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 12c4bd1..1ca3a1b 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -15,7 +15,6 @@ MAINTAINER= perky@FreeBSD.org COMMENT= Package maintenance system for Debian GNU_CONFIGURE= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5= yes diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 39b83bd..2291b7b 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -18,7 +18,6 @@ COMMENT= GNU version of the traditional tar archiver INFO= tar USE_BZIP2= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ |