diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-23 07:33:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-23 07:33:59 +0000 |
commit | cc9a752a5f1e63e7f081bf8d254e56d2228c492a (patch) | |
tree | 4616c9708f090eca08e48b698f54bda949422c62 /sysutils/php5-posix/Makefile | |
parent | This is a library for the Java platform which makes PKCS#11 (also known (diff) |
Fix for missing implementation of a few sysconf parameters.
Submitted by: stas
Notes
Notes:
svn path=/head/; revision=185730
Diffstat (limited to 'sysutils/php5-posix/Makefile')
-rw-r--r-- | sysutils/php5-posix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/php5-posix/Makefile b/sysutils/php5-posix/Makefile index 85802977d06c..baac57e2511f 100644 --- a/sysutils/php5-posix/Makefile +++ b/sysutils/php5-posix/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 3 + CATEGORIES= sysutils MASTERDIR= ${.CURDIR}/../../lang/php5 |