diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-29 07:58:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-29 07:58:46 +0800 |
commit | ec81eb28acb57feba641c83fef6a0a33ae8c74ec (patch) | |
tree | 225f358e64a0803a86b5b01805a168e2c07618f3 /mail | |
parent | aa898374ca082fb1a53ad066d074498c6287968b (diff) | |
download | freebsd-ports-gnome-ec81eb28acb57feba641c83fef6a0a33ae8c74ec.tar.gz freebsd-ports-gnome-ec81eb28acb57feba641c83fef6a0a33ae8c74ec.tar.zst freebsd-ports-gnome-ec81eb28acb57feba641c83fef6a0a33ae8c74ec.zip |
- Fix builds with dependency port
Reported by: pavbot
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-MIME_Type/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pear-MIME_Type/Makefile b/mail/pear-MIME_Type/Makefile index 9533b28ce559..d707ec125ec6 100644 --- a/mail/pear-MIME_Type/Makefile +++ b/mail/pear-MIME_Type/Makefile @@ -7,6 +7,7 @@ PORTNAME= MIME_Type PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= mail www pear MAINTAINER= miwi@FreeBSD.org @@ -18,7 +19,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= pear-${PORTNAME} OPTIONS= PEAR_SYSTEM_COMMAND "PEAR::System_Command support" off -CATEGORY= MIME FILES= MIME/Type.php MIME/Type/Parameter.php EXAMPLES= example.php _EXAMPLESDIR= docs/examples/ |