diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-05 18:27:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-05 18:27:50 +0000 |
commit | 62813f021d26708e8f7627bcf16778bfba9070af (patch) | |
tree | 8c60a5d557940fdbbf3ee09b2260015c8bb8b5aa /devel/ORBit | |
parent | Remove three directories silently if empty. (diff) |
Update to 0.5.2. Also make sure that installed libintl is respected.
Notes
Notes:
svn path=/head/; revision=30249
Diffstat (limited to 'devel/ORBit')
-rw-r--r-- | devel/ORBit/Makefile | 7 | ||||
-rw-r--r-- | devel/ORBit/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 04151e07b3bf..0c986a3fcd61 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -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> diff --git a/devel/ORBit/distinfo b/devel/ORBit/distinfo index 33dc99f356aa..3f7f44af6a90 100644 --- a/devel/ORBit/distinfo +++ b/devel/ORBit/distinfo @@ -1 +1 @@ -MD5 (ORBit-0.5.1.tar.gz) = fd132d12a77c2bc4e71168da39c8ff04 +MD5 (ORBit-0.5.2.tar.gz) = 94ab26a83203661fa0b0c02fb578b1e9 |