kill accidental run dependencies on gmake
This commit is contained in:
parent
afea673243
commit
8948311f28
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2002/06/09 05:36:21 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2002/12/01 02:53:24 naddy Exp $
|
||||
|
||||
COMMENT= "GKrellM Sound Scope"
|
||||
|
||||
@ -21,8 +21,8 @@ NO_REGRESS= Yes
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
BUILD_DEPENDS= :gkrellm->=1.2.2:sysutils/gkrellm
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :gkrellm->=1.2.2:sysutils/gkrellm
|
||||
LIB_DEPENDS= esd::audio/esound \
|
||||
fftw,rfftw::math/fftw
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2002/07/15 04:00:40 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/12/01 02:53:24 naddy Exp $
|
||||
|
||||
COMMENT= "on-the-fly HTML to WML conversion"
|
||||
|
||||
@ -15,12 +15,12 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-libwww-*:www/p5-libwww \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-libwww-*:www/p5-libwww \
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
:p5-XML-LibXML-*:textproc/p5-XML-LibXML \
|
||||
:p5-XML-Checker-*:textproc/p5-XML-Checker \
|
||||
:p5-Text-Template-*:textproc/p5-Text-Template
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/10/26 00:39:15 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2002/12/01 02:53:24 naddy Exp $
|
||||
|
||||
COMMENT= "Library of Emacs Input Method"
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
BUILD_DEPENDS= :emacs-20.*:editors/emacs
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :emacs-20.*:editors/emacs
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2002/10/29 19:48:59 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2002/12/01 02:53:24 naddy Exp $
|
||||
|
||||
COMMENT= "extensible window manager"
|
||||
|
||||
@ -10,8 +10,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/}
|
||||
|
||||
HOMEPAGE= http://sawmill.sourceforge.net/
|
||||
|
||||
BUILD_DEPENDS= :rep-gtk-*:x11/rep-gtk
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :rep-gtk-*:x11/rep-gtk
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||
glib.1.2::devel/glib \
|
||||
rep.10::lang/librep \
|
||||
|
Loading…
Reference in New Issue
Block a user