diff options
Diffstat (limited to 'archivers/rpm5/Makefile')
-rw-r--r-- | archivers/rpm5/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 00190677a40d..84a1b6b3d069 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -43,9 +43,10 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+=--without-db -CONFIGURE_ARGS+=--with-popt-prefix="${LOCALBASE}" -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc +CONFIGURE_ARGS+=--without-db \ + --with-popt-prefix="${LOCALBASE}" \ + --sysconfdir=${PREFIX}/etc \ + --without-javaglue MAN1= gendiff.1 MAN8= rpm.8 rpm2cpio.8 rpmbuild.8 |