diff options
author | agc <agc@pkgsrc.org> | 1998-08-21 08:26:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-21 08:26:24 +0000 |
commit | e096b516ca01329ca007d6153c5373fa599388e0 (patch) | |
tree | 796c516c17c174980c926d0788dd8cd0fc1bdc37 /corba | |
parent | 27c86ad8283dd4b8c4936d4d0627eb7db4ab5cd5 (diff) | |
download | pkgsrc-e096b516ca01329ca007d6153c5373fa599388e0.tar.gz |
Add HOMEPAGE.
Delete unnecssary USE_GMAKE.
Diffstat (limited to 'corba')
-rw-r--r-- | corba/ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index c6e5772d397..be0f780d974 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/20 22:07:24 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/21 08:26:24 agc Exp $ # DISTNAME= ORBit-0.2.1 @@ -6,9 +6,9 @@ CATEGORIES= corba MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/ GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LIBTOOL= yes DEPENDS+= glib-1.1.2:../../devel/glib |