diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-08 04:16:53 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-08 04:16:53 +0000 |
commit | 0ce5a0592ed49b410db3fd3d7c59051022ef3f70 (patch) | |
tree | dab3206aee8267c1149c25f704cd0f74a2f625a7 /polish | |
parent | 880bb8432f80123e66d4c69b2ce91f2ac7fc4352 (diff) | |
download | FreeBSD-ports-0ce5a0592ed49b410db3fd3d7c59051022ef3f70.zip FreeBSD-ports-0ce5a0592ed49b410db3fd3d7c59051022ef3f70.tar.gz |
- Fix dependency on pcre++
- Add another master site
Submitted by: Mikolaj Rydzewski <miki@ceti.pl>
Approved by: portmgr (marcus),
Krzysztof Kowalewski, Jr. <pyzmen@kam.pl> (maintainer)
Diffstat (limited to 'polish')
-rw-r--r-- | polish/sms2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/polish/sms2/Makefile b/polish/sms2/Makefile index 0e24605..fef2f7c 100644 --- a/polish/sms2/Makefile +++ b/polish/sms2/Makefile @@ -10,15 +10,16 @@ PORTVERSION= 2.0.3 CATEGORIES= polish MASTER_SITES= http://ceti.pl/~miki/komputery/download/sms/ \ http://radioemiter.pl/~mjd/slackware/sms2/ \ - http://pyzmen.kam.pl/sms/ + http://pyzmen.kam.pl/sms/ \ + ftp://ftp.ma.krakow.pl/pub/sms/ MAINTAINER= pyzmen@kam.pl COMMENT= Send SMS to cellular phones in Poland (Idea, ERA, Plus) LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre \ - gdbm.3:${PORTSDIR}/databases/gdbm -BUILD_DEPENDS= ${LOCALBASE}/include/pcre++.h:${PORTSDIR}/devel/pcre++ + gdbm.3:${PORTSDIR}/databases/gdbm \ + pcre\\+\\+.0:${PORTSDIR}/devel/pcre++ LATEST_LINK= sms2 |