diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-08 16:03:05 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-08 16:03:05 +0000 |
commit | f4ac8001c17a216369a07a0b60ea8edd5f5454d9 (patch) | |
tree | 142db675999d37304cd19dca11455c3af0b43148 /www/gallery3/pkg-plist | |
parent | c8242de5836374080790b95504ab56c50ae751d2 (diff) |
Fix pkg-plist.
Allow PostgreSQL to be used instead of MySQL (from Brian.Johnson at stellent.com).
Add missing php-gd dependency when WITH_GD is specified.
PR: ports/92825
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Notes
Notes:
svn path=/head/; revision=155528
Diffstat (limited to 'www/gallery3/pkg-plist')
-rw-r--r-- | www/gallery3/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery3/pkg-plist b/www/gallery3/pkg-plist index ee97b0465670..ccec1ab86c99 100644 --- a/www/gallery3/pkg-plist +++ b/www/gallery3/pkg-plist @@ -5624,7 +5624,7 @@ @dirrm %%GALLERY2DIR%%/install/locale/bg_BG @dirrm %%GALLERY2DIR%%/install/locale @dirrm %%GALLERY2DIR%%/install/images -@dirrmtry %%GALLERYDIR%%/install +@dirrmtry %%GALLERY2DIR%%/install @dirrm %%GALLERY2DIR%%/images @dirrm %%GALLERY2DIR%%/docs -@dirrmtry %%GALLERYDIR%% +@dirrmtry %%GALLERY2DIR%% |