diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-24 15:09:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-24 15:09:56 +0000 |
commit | 667a05fa8be63a1337a6f8c315fdfe7693c96dc0 (patch) | |
tree | 892223ffbc49d2443d942731d8a4be55d68b95fb /devel/gnomevfs2/Makefile | |
parent | e7d263357f29c8177351d572535434653324c7ea (diff) |
Notes
Diffstat (limited to 'devel/gnomevfs2/Makefile')
-rw-r--r-- | devel/gnomevfs2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 854a496c9582..76cb0acb48cf 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomevfs PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-vfs @@ -27,10 +28,11 @@ USE_X_PREFIX= yes USE_GNOMELIBS= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ MSGFMT=${LOCALBASE}/bin/msgfmt-new \ - XGETTEXT=${LOCALBASE}/bin/xgettext-new + XGETTEXT=${LOCALBASE}/bin/xgettext-new \ + BSD_PTHREAD_LIBS=${PTHREAD_LIBS} MAN5= gnome-vfs-mime.5 |