aboutsummaryrefslogtreecommitdiff
path: root/devel/oaf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r--devel/oaf/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index 82e5c6894f2b..71cf9c7eea6c 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -6,25 +6,22 @@
#
PORTNAME= oaf
-PORTVERSION= 0.6.2
+PORTVERSION= 0.6.5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/oaf
MAINTAINER= ade@FreeBSD.org
-LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \
- popt.0:${PORTSDIR}/devel/popt \
- xml.5:${PORTSDIR}/textproc/libxml
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GLIB= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --enable-static --enable-shared \
+USE_GNOMELIBS= yes
+CONFIGURE_ARGS= --enable-static --enable-shared \
--disable-more-warnings
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"