diff options
author | rh <rh@pkgsrc.org> | 2001-05-21 19:59:03 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-05-21 19:59:03 +0000 |
commit | af03ce65615d70d91cec5e745f624eb637e18469 (patch) | |
tree | e531a7129a1fb4dbea2aafee94e3f4bacf7f6aed /net/ORBit/Makefile | |
parent | df60385868cca7720b9b1f0c8cae9a59f916b237 (diff) | |
download | pkgsrc-af03ce65615d70d91cec5e745f624eb637e18469.tar.gz |
Update ORBit to 0.5.8. Changes are bugfixes and new features needed by
bonobo-1.0.4 (sorry, no further details are known to me).
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index dfb1efb4190..08fc2c93b14 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.52 2001/04/06 21:42:56 rh Exp $ +# $NetBSD: Makefile,v 1.53 2001/05/21 19:59:03 rh Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnome.org/ @@ -29,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include # libintl.h # for DISTNAME, PKGNAME, and PLIST ORBIT_MAJOR= 5 -ORBIT_MINOR= 7 +ORBIT_MINOR= 8 PLIST_SUBST+= ORBIT_MAJOR=${ORBIT_MAJOR} ORBIT_MINOR=${ORBIT_MINOR} INFO_FILES= libIDL.info |