diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
commit | 03af2187bd388708aa7234d923ec38192b6fc7a2 (patch) | |
tree | 7ce23e0d0c750d353ac0da5306ba035076e0adf0 /devel/oaf/Makefile | |
parent | dd85694bb4fdd0d68574a5b609e8e026c8a16a4e (diff) |
Notes
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r-- | devel/oaf/Makefile | 11 |
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" |