diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-18 14:01:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-18 14:01:11 +0000 |
commit | 3c3cd8dcdd375a245e3224dfb4b7ba8bcbf49f56 (patch) | |
tree | 7bd5492eac6eff0f27d904e23abd9f16de876f8c /devel/oaf/Makefile | |
parent | 550a766ac6c8b60dd5696bd11f3f500bfcaa4e86 (diff) | |
download | FreeBSD-ports-3c3cd8dcdd375a245e3224dfb4b7ba8bcbf49f56.zip FreeBSD-ports-3c3cd8dcdd375a245e3224dfb4b7ba8bcbf49f56.tar.gz |
Update to 0.6.10.
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r-- | devel/oaf/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
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 ; \ |