diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
commit | 64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch) | |
tree | 3ba02a3613025d14be6bb631b3d27f3f9746aa88 /print/foomatic-db-engine | |
parent | - Update to 1.0.0 pre5 (diff) |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Diffstat (limited to 'print/foomatic-db-engine')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index a2c1df69cb81..45b64427852a 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= foomatic-db-engine PORTVERSION= 20031213 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= # @@ -16,7 +16,7 @@ COMMENT= Foomatic database engine BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - curl.2:${PORTSDIR}/ftp/curl + curl.3:${PORTSDIR}/ftp/curl USE_GMAKE= yes USE_PERL5= yes |