summaryrefslogtreecommitdiff
path: root/corba
diff options
context:
space:
mode:
authoragc <agc>1998-11-12 16:20:33 +0000
committeragc <agc>1998-11-12 16:20:33 +0000
commit16be51d7ee568ee95fff42ac9e59f7dda5fe641b (patch)
treecb6408477b3e09ae8edfb28b29d70f6d90391b4d /corba
parenta895256ecef7dbc757135b05158a38359326d914 (diff)
downloadpkgsrc-16be51d7ee568ee95fff42ac9e59f7dda5fe641b.tar.gz
Move DEPENDS definitions up in the Makefile to keep pkglint happy.
Diffstat (limited to 'corba')
-rw-r--r--corba/ORBit/Makefile7
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"