From 3c3cd8dcdd375a245e3224dfb4b7ba8bcbf49f56 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 18 Apr 2002 14:01:11 +0000 Subject: Update to 0.6.10. Reviewed by: sobomax Approved by: sobomax --- devel/oaf/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'devel/oaf/Makefile') diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 78246f6..3905b08 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -6,16 +6,17 @@ # PORTNAME= oaf -PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTVERSION= 0.6.10 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/oaf +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GLIB= yes @@ -23,11 +24,12 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GNOMELIBS= yes CONFIGURE_ARGS= --enable-static --enable-shared \ - --disable-more-warnings + --disable-more-warnings --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -MAN1= oafd.1 +MAN1= oafd.1 pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -- cgit v1.1