summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-03-05 18:56:40 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-03-05 18:56:40 +0000
commit60611a83d9e47d8b74e44c54a05acf41eb699403 (patch)
tree84819ef18712930deb0c379698cf0fd053f71ba7 /archivers
parent. Fix fetch. (diff)
. Disable the javaglue for beecrypt. Its pointless and its broken (breaks
the build). . Reformat CONFIGURE_ARGS.
Notes
Notes: svn path=/head/; revision=103042
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rpm4/Makefile7
-rw-r--r--archivers/rpm5/Makefile7
2 files changed, 8 insertions, 6 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile
index 00190677a40d..84a1b6b3d069 100644
--- a/archivers/rpm4/Makefile
+++ b/archivers/rpm4/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
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