aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm4
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-03-06 02:56:40 +0800
committerglewis <glewis@FreeBSD.org>2004-03-06 02:56:40 +0800
commit66f97530c34f779378a3a41a40bb4a4838831083 (patch)
treefa247d45b19dcce419c60fabfb9b0dae2240a7f6 /archivers/rpm4
parent95e4423d1c2c1ec28aaba08ae45b5f5ff1cf8e15 (diff)
downloadfreebsd-ports-gnome-66f97530c34f779378a3a41a40bb4a4838831083.tar.gz
freebsd-ports-gnome-66f97530c34f779378a3a41a40bb4a4838831083.tar.zst
freebsd-ports-gnome-66f97530c34f779378a3a41a40bb4a4838831083.zip
. Disable the javaglue for beecrypt. Its pointless and its broken (breaks
the build). . Reformat CONFIGURE_ARGS.
Diffstat (limited to 'archivers/rpm4')
-rw-r--r--archivers/rpm4/Makefile7
1 files changed, 4 insertions, 3 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