diff options
author | glewis <glewis@FreeBSD.org> | 2004-03-06 02:56:40 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-03-06 02:56:40 +0800 |
commit | 66f97530c34f779378a3a41a40bb4a4838831083 (patch) | |
tree | fa247d45b19dcce419c60fabfb9b0dae2240a7f6 /archivers/rpm4 | |
parent | 95e4423d1c2c1ec28aaba08ae45b5f5ff1cf8e15 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |