diff options
| author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-30 14:32:58 +0000 |
|---|---|---|
| committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-30 14:32:58 +0000 |
| commit | ec500578a6a3225623ef7fe18bddddf0d11f7d1f (patch) | |
| tree | 2df16aa3ffa3233d4e5922c1f45277b1ec6e25b0 | |
| parent | - Update to 0.3.0. (diff) | |
- Add the missing php extension(gettext).
Approved by: rafan (mentor, implicit)
| -rw-r--r-- | net/pear-Net_SMS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pear-Net_SMS/Makefile b/net/pear-Net_SMS/Makefile index b968443a5df8..a0412ba6f145 100644 --- a/net/pear-Net_SMS/Makefile +++ b/net/pear-Net_SMS/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net_SMS PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= chinsan@FreeBSD.org @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PHP= yes +USE_PHP= gettext CATEGORY= Net FILES= SMS.php SMS/clickatell_http.php SMS/generic_smtp.php \ |
