diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index 6974512f2f5..62d8d172983 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -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" DISTNAME= tinyca2-0.7.5 +PKGNAME= ${DISTNAME}p0 CATEGORIES= security MAINTAINER= Mathieu Sauve-Frankel @@ -17,10 +18,10 @@ PERMIT_PACKAGE_FTP= Yes MASTER_SITES= ${HOMEPAGE} -BUILD_DEPENDS= ::archivers/zip \ +RUN_DEPENDS= ::archivers/zip \ ::devel/p5-Locale-gettext \ ::x11/p5-Gtk2 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} NO_BUILD= Yes NO_REGRESS= Yes diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index c861420d019..0b96b90cb06 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -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" DISTNAME= xmlto-0.0.18 +PKGNAME= ${DISTNAME}p0 EXTRACT_SUFX= .tar.bz2 CATEGORIES= textproc @@ -17,12 +18,12 @@ WANTLIB+= c MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ -BUILD_DEPENDS= ::shells/bash \ +RUN_DEPENDS= ::shells/bash \ ::misc/gnugetopt \ ::textproc/libxml \ ::textproc/libxslt \ ::textproc/docbook-xsl -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} CONFIGURE_STYLE= gnu