diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-19 18:46:04 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-19 18:46:04 +0000 |
commit | 020b6cd408f3f2a13c568ec4c1f6455d11c00c95 (patch) | |
tree | d27877473213c1cec15ee14e5c827e682bc1344c /archivers/rpm5 | |
parent | 07c597671fe163633f348056a98b6e5497f51325 (diff) |
. No, it doesn't conflict with rpm2cpio as that installs rpm2cpio.pl, not
rpm2cpio.
Notes
Notes:
svn path=/head/; revision=104649
Diffstat (limited to 'archivers/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 64049577ac83..6770ac419ba0 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_REINPLACE= yes LATEST_LINK= rpm4 -CONFLICTS= beecrypt-* rpm-3.* rpm2cpio-* +CONFLICTS= beecrypt-* rpm-3.* .if defined(WITH_PYTHON) CONFIGURE_ARGS+=--with-python=auto |