diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-29 01:14:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-29 01:14:24 +0000 |
commit | 74c9bbed786bff97723098e3f74af5ac4ceff8a4 (patch) | |
tree | 6573825db4966443ac1a07ec5159a3ead3566e2f /devel | |
parent | 6f54acdb204f86d6e677978f62b79435622fbc16 (diff) | |
download | ports-74c9bbed786bff97723098e3f74af5ac4ceff8a4.tar.gz ports-74c9bbed786bff97723098e3f74af5ac4ceff8a4.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libopensync/Makefile | 6 | ||||
-rw-r--r-- | devel/libopensync022/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index 409677a20645..ed0ef934fedb 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -8,7 +8,9 @@ PORTNAME= libopensync PORTVERSION= 0.17 CATEGORIES= devel -MASTER_SITES= http://www.opensync.org/attachment/wiki/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.opensync.org/attachment/wiki/download/ +MASTER_SITE_SUBDIR= ahze EXTRACT_SUFX= .tar.gz\?rev=\&format=raw MAINTAINER= ahze@FreeBSD.org @@ -18,8 +20,6 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -BROKEN= Unfetchable - CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" USE_LIBTOOL_VER=15 USE_PYTHON= yes diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index 409677a20645..ed0ef934fedb 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -8,7 +8,9 @@ PORTNAME= libopensync PORTVERSION= 0.17 CATEGORIES= devel -MASTER_SITES= http://www.opensync.org/attachment/wiki/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.opensync.org/attachment/wiki/download/ +MASTER_SITE_SUBDIR= ahze EXTRACT_SUFX= .tar.gz\?rev=\&format=raw MAINTAINER= ahze@FreeBSD.org @@ -18,8 +20,6 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -BROKEN= Unfetchable - CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" USE_LIBTOOL_VER=15 USE_PYTHON= yes |