diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-11-10 09:03:33 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-11-10 09:03:33 +0000 |
commit | c4d620512fcad738e7b9cf1165893c3880d10522 (patch) | |
tree | c72464318bc040e35a68d36728e4882fe26e0cb4 /devel/pth/Makefile | |
parent | 07d7b4cd7f7e9b419ffddc42086cb467ee142f3d (diff) |
Notes
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 01e3215e974e..1047a2f73b00 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pth -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.2 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -18,6 +18,7 @@ COMMENT= GNU Portable Threads INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/pth GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pthread \ --enable-syscall-soft \ --enable-optimize \ |