remove redundant dependency
This commit is contained in:
parent
730b37a985
commit
fe74c2e8eb
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2000/12/06 09:45:02 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2001/03/07 16:09:36 brad Exp $
|
||||
|
||||
DISTNAME= rpm-3.0.6
|
||||
CATEGORIES= misc archivers emulators
|
||||
NEED_VERSION= 1.310
|
||||
NEED_VERSION= 1.336
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -16,7 +15,6 @@ HOMEPAGE= http://www.rpm.org/
|
||||
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
|
||||
|
||||
LIB_DEPENDS= bz2.::archivers/bzip2
|
||||
RUN_DEPENDS= gettext::devel/gettext
|
||||
LIB_DEPENDS+= intl.::devel/gettext
|
||||
LIB_DEPENDS+= popt.0.::devel/popt
|
||||
|
||||
@ -28,7 +26,7 @@ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= varprefix=/var
|
||||
|
||||
MAKE_FLAGS=librpm_la_LDFLAGS='-version-info 0:1:0'
|
||||
MAKE_FLAGS= librpm_la_LDFLAGS='-version-info 0:1:0'
|
||||
|
||||
SEPARATE_BUILD= simple
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user