mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 0.5.2. Also make sure that installed libintl is respected.
This commit is contained in:
parent
5d7b470e6a
commit
62813f021d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30249
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ORBit
|
||||
PORTVERSION= 0.5.1
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/ORBit
|
||||
@ -22,7 +22,10 @@ USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFILES= configure libIDL/configure popt/configure
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_ARGS= --disable-indent
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ORBit-0.5.1.tar.gz) = fd132d12a77c2bc4e71168da39c8ff04
|
||||
MD5 (ORBit-0.5.2.tar.gz) = 94ab26a83203661fa0b0c02fb578b1e9
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ORBit
|
||||
PORTVERSION= 0.5.1
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/ORBit
|
||||
@ -22,7 +22,10 @@ USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFILES= configure libIDL/configure popt/configure
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_ARGS= --disable-indent
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ORBit-0.5.1.tar.gz) = fd132d12a77c2bc4e71168da39c8ff04
|
||||
MD5 (ORBit-0.5.2.tar.gz) = 94ab26a83203661fa0b0c02fb578b1e9
|
||||
|
Loading…
Reference in New Issue
Block a user