get ride of RUN_DEPENDS=${BUILD_DEPENDS}.
ok msf@
This commit is contained in:
parent
8954c3cafb
commit
7821a29660
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.4 2006/12/05 02:27:28 msf Exp $
|
# $OpenBSD: Makefile,v 1.5 2007/05/30 02:34:43 aanriot Exp $
|
||||||
|
|
||||||
COMMENT= "GUI to manage a certification authority"
|
COMMENT= "GUI to manage a certification authority"
|
||||||
|
|
||||||
DISTNAME= tinyca2-0.7.5
|
DISTNAME= tinyca2-0.7.5
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||||
@ -17,10 +18,10 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
|
|
||||||
MASTER_SITES= ${HOMEPAGE}
|
MASTER_SITES= ${HOMEPAGE}
|
||||||
|
|
||||||
BUILD_DEPENDS= ::archivers/zip \
|
RUN_DEPENDS= ::archivers/zip \
|
||||||
::devel/p5-Locale-gettext \
|
::devel/p5-Locale-gettext \
|
||||||
::x11/p5-Gtk2
|
::x11/p5-Gtk2
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
NO_BUILD= Yes
|
NO_BUILD= Yes
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/03 14:00:21 msf Exp $
|
# $OpenBSD: Makefile,v 1.2 2007/05/30 02:36:27 aanriot Exp $
|
||||||
|
|
||||||
COMMENT= "front-end to an XSL toolchain"
|
COMMENT= "front-end to an XSL toolchain"
|
||||||
|
|
||||||
DISTNAME= xmlto-0.0.18
|
DISTNAME= xmlto-0.0.18
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.bz2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
@ -17,12 +18,12 @@ WANTLIB+= c
|
|||||||
|
|
||||||
MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/
|
MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/
|
||||||
|
|
||||||
BUILD_DEPENDS= ::shells/bash \
|
RUN_DEPENDS= ::shells/bash \
|
||||||
::misc/gnugetopt \
|
::misc/gnugetopt \
|
||||||
::textproc/libxml \
|
::textproc/libxml \
|
||||||
::textproc/libxslt \
|
::textproc/libxslt \
|
||||||
::textproc/docbook-xsl
|
::textproc/docbook-xsl
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user