From d55686e236f1845a65397602e6be8047978baea2 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 14 Jun 2003 06:03:45 +0000 Subject: Update to 2.7.2, and remove the dependnecy on linc. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@858 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/ORBit2/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel/ORBit2/Makefile') diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index ab3ce0114..4188ec85f 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ORBit2 -PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTVERSION= 2.7.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.7 @@ -23,10 +22,10 @@ USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack libidl linc +USE_GNOME= gnomehack libidl CONFIGURE_ARGS= --disable-indent CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${GREP} -l LINC_THREADSAFE | \ -- cgit