diff options
author | dillo <dillo@pkgsrc.org> | 2003-07-13 20:03:24 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-07-13 20:03:24 +0000 |
commit | a0fef87de60a74951d3ae7f61398aff67c38dad7 (patch) | |
tree | afb965e1241d02032ca44109c72ff62536c5241b | |
parent | bab34218249b21d14124093d5944d7aefe29269f (diff) | |
download | pkgsrc-a0fef87de60a74951d3ae7f61398aff67c38dad7.tar.gz |
add and enable physfs
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index a856ad83f08..2d82ebe89bc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.402 2003/07/06 15:36:55 taca Exp $ +# $NetBSD: Makefile,v 1.403 2003/07/13 20:03:24 dillo Exp $ # COMMENT= Development utilities @@ -312,6 +312,7 @@ SUBDIR+= php4-posix SUBDIR+= php4-session SUBDIR+= php4-sysvsem SUBDIR+= php4-sysvshm +SUBDIR+= physfs SUBDIR+= pilrc SUBDIR+= pkgconfig SUBDIR+= popt |