diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index 8fdb7a78b1..25ba401a34 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -8,7 +8,8 @@ configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python --with-perl --with-tcl --without-ldap --without-gssapi --without-krb5 --without-bonjour --with-libxml --with-libxslt --disable-rpath --with-system-tzdata=/usr/share/zoneinfo --enable-nls" -makedepends="flex readline-devel openssl-devel perl>=5.16 tcl-devel python-devel libxml2-devel libxslt-devel pam-devel" +makedepends="flex readline-devel openssl-devel perl>=5.16 +tcl-devel python-devel libxml2-devel libxslt-devel pam-devel" short_desc="Sophisticated open-source Object-Relational DBMS" maintainer="Juan RP " homepage="http://www.postgresql.org"