diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-14 14:03:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-14 14:03:45 +0800 |
commit | d55686e236f1845a65397602e6be8047978baea2 (patch) | |
tree | 0340bd3e0ad75c3a5edce80696692a6771f541f6 /devel/ORBit2/Makefile | |
parent | 007ff779f594925b51a49383d42ab0130efc2dd5 (diff) | |
download | marcuscom-ports-d55686e236f1845a65397602e6be8047978baea2.tar.gz marcuscom-ports-d55686e236f1845a65397602e6be8047978baea2.tar.zst marcuscom-ports-d55686e236f1845a65397602e6be8047978baea2.zip |
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
Diffstat (limited to 'devel/ORBit2/Makefile')
-rw-r--r-- | devel/ORBit2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 | \ |