summaryrefslogtreecommitdiff
path: root/devel/libopensync022
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-10-29 01:14:24 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-10-29 01:14:24 +0000
commit74c9bbed786bff97723098e3f74af5ac4ceff8a4 (patch)
tree6573825db4966443ac1a07ec5159a3ead3566e2f /devel/libopensync022
parent- Unbreak: fix pkg-plist [1] (diff)
- Fix fetch by using MASTER_SITE_LOCAL
Notes
Notes: svn path=/head/; revision=146632
Diffstat (limited to 'devel/libopensync022')
-rw-r--r--devel/libopensync022/Makefile6
1 files changed, 3 insertions, 3 deletions
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