diff options
Diffstat (limited to 'devel/ORBit/Makefile')
-rw-r--r-- | devel/ORBit/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 57ad5db..d7371d8 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: orbit -# Version required: 0.3.91 +# Version required: 0.3.98 # Date Created: 16 Aug 1998 # Whom: Chia-liang Kao <clkao@CirX.ORG> # -# $Id: Makefile,v 1.12 1999/01/27 08:31:49 fenner Exp $ +# $Id: Makefile,v 1.13 1999/01/31 16:57:13 vanilla Exp $ # -DISTNAME= ORBit-0.3.91 +DISTNAME= ORBit-0.3.98 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= ORBit @@ -18,8 +18,7 @@ LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" +CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" CONFIGURE_ARGS= --disable-indent pre-install: |