diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 09:56:58 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 09:56:58 +0000 |
commit | 9ff4d01a3d0ba549bb48b9c6987de8580ea795c4 (patch) | |
tree | 213d40751726304d5eb58e4adc68b7f859dcfc8d /archivers/rpm | |
parent | 912a19e0c677da3d51cc82bdbdae7e89371b7df3 (diff) | |
download | ports-9ff4d01a3d0ba549bb48b9c6987de8580ea795c4.tar.gz ports-9ff4d01a3d0ba549bb48b9c6987de8580ea795c4.zip |
Notes
Diffstat (limited to 'archivers/rpm')
-rw-r--r-- | archivers/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 93d6b31cefec..35e82b4815ab 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -25,7 +25,7 @@ USE_AUTOTOOLS= automake:14 autoconf:213 libtool:15 CONFIGURE_ARGS= --with-glob CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -liconv" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAKE_ENV= OLD_PO_FILE_INPUT=1 MAN1= gendiff.1 |