diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-08 04:16:53 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-08 04:16:53 +0000 |
commit | 00e2fe2225ef8bb39f6105a816d58dc0149d6b22 (patch) | |
tree | f3b06e88312cd738ebcb2bf67ecf5ce2abe74d40 /polish | |
parent | 93156b966dc4a9b0b752aa635ad3ab0ff9a46e13 (diff) | |
download | ports-00e2fe2225ef8bb39f6105a816d58dc0149d6b22.tar.gz ports-00e2fe2225ef8bb39f6105a816d58dc0149d6b22.zip |
Notes
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 0e24605fff9b..fef2f7ce56e7 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 |