diff options
author | agc <agc@pkgsrc.org> | 1998-11-12 16:20:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-12 16:20:33 +0000 |
commit | 59fadd3829888827393d06f1f4b953861682a68a (patch) | |
tree | cb6408477b3e09ae8edfb28b29d70f6d90391b4d /corba | |
parent | c59f4e4d67052daaf4903c8fd59d828c0f590a74 (diff) | |
download | pkgsrc-59fadd3829888827393d06f1f4b953861682a68a.tar.gz |
Move DEPENDS definitions up in the Makefile to keep pkglint happy.
Diffstat (limited to 'corba')
-rw-r--r-- | corba/ORBit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index 4e85b0df8f0..8e92bdac2d9 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/10/05 14:02:06 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/11/12 16:20:33 agc Exp $ # DISTNAME= ORBit-0.3.0 @@ -8,12 +8,11 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/ORBit/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -GNU_CONFIGURE= yes -USE_LIBTOOL= yes - DEPENDS+= glib-1.1.3:../../devel/glib DEPENDS+= gindent-1.9.1:../../devel/gindent +GNU_CONFIGURE= yes +USE_LIBTOOL= yes LIBTOOL_FLAGS= --install-la .include "../../mk/bsd.pkg.mk" |