diff options
author | agc <agc> | 1998-11-12 16:20:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-12 16:20:33 +0000 |
commit | 92da9a5ade8cc1576bbd2128ad65375e90075a06 (patch) | |
tree | cb6408477b3e09ae8edfb28b29d70f6d90391b4d /corba/ORBit | |
parent | 42db144e0e7977debfbd2cf5f292fb62a204080e (diff) | |
download | pkgsrc-92da9a5ade8cc1576bbd2128ad65375e90075a06.tar.gz |
Move DEPENDS definitions up in the Makefile to keep pkglint happy.
Diffstat (limited to 'corba/ORBit')
-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" |