diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-06 02:27:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-06 02:27:50 +0800 |
commit | 0bfabc9f3e97739b610871856c23e9916b962c82 (patch) | |
tree | ed097a2b7318e2a4e9625557f240aa0fe1ee037d /devel/ORBit2 | |
parent | c564e68e718b588cd4721517e2d03f76923fffbc (diff) | |
download | freebsd-ports-gnome-0bfabc9f3e97739b610871856c23e9916b962c82.tar.gz freebsd-ports-gnome-0bfabc9f3e97739b610871856c23e9916b962c82.tar.zst freebsd-ports-gnome-0bfabc9f3e97739b610871856c23e9916b962c82.zip |
Update to 0.5.2. Also make sure that installed libintl is respected.
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 7 | ||||
-rw-r--r-- | devel/ORBit2/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 04151e07b3bf..0c986a3fcd61 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/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/ORBit2/distinfo b/devel/ORBit2/distinfo index 33dc99f356aa..3f7f44af6a90 100644 --- a/devel/ORBit2/distinfo +++ b/devel/ORBit2/distinfo @@ -1 +1 @@ -MD5 (ORBit-0.5.1.tar.gz) = fd132d12a77c2bc4e71168da39c8ff04 +MD5 (ORBit-0.5.2.tar.gz) = 94ab26a83203661fa0b0c02fb578b1e9 |