diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-26 16:22:18 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-26 16:22:18 +0000 |
commit | 21864d5f393d1dceb25c1289356c0781cd35e0ca (patch) | |
tree | fea8e6d7f1b6d26412613213bba47c184915539c /devel/Makefile | |
parent | 39ac94bc8433b950a3ec2455fa0ffdfd9d06c6ca (diff) | |
download | ports-21864d5f393d1dceb25c1289356c0781cd35e0ca.tar.gz ports-21864d5f393d1dceb25c1289356c0781cd35e0ca.zip |
Add physfs, a library to provide abstract access to various archives
Notes
Notes:
svn path=/head/; revision=85630
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 14267e797faf..7e06ae2f492a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -785,6 +785,7 @@ SUBDIR += pharmacy SUBDIR += php-dbg SUBDIR += php-xdebug + SUBDIR += physfs SUBDIR += picasm SUBDIR += picp SUBDIR += picprog |