diff options
author | gabor <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
commit | 62d04d90eca0deab3e6d0c6d2464a4e2e98c2160 (patch) | |
tree | 340d61bcebb3fd474659c01f02a4faf7d643ff6b /lang/php5 | |
parent | 81a4003af96d6d84755108a8c6319d5bb023bb8e (diff) | |
download | freebsd-ports-graphics-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.gz freebsd-ports-graphics-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.zst freebsd-ports-graphics-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.zip |
- Track dependencies after databases/gdbm update
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index a7937042d8b..3bd8be6799a 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -454,7 +454,7 @@ USE_BDB= 40+ WITH_BDB_HIGHEST= yes . endif . if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} . endif |