diff options
author | erwin <erwin@FreeBSD.org> | 2004-12-07 18:21:14 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-12-07 18:21:14 +0800 |
commit | 418ac01b0bf3e11b73622b2f12246ac4bd6fdc9c (patch) | |
tree | 7a57a14c190a657db5f099affc5a942e82328723 /www/p5-Apache-Gallery/Makefile | |
parent | 3b31a4e1e145ade508b800045b9a0f42d95bf75d (diff) | |
download | freebsd-ports-gnome-418ac01b0bf3e11b73622b2f12246ac4bd6fdc9c.tar.gz freebsd-ports-gnome-418ac01b0bf3e11b73622b2f12246ac4bd6fdc9c.tar.zst freebsd-ports-gnome-418ac01b0bf3e11b73622b2f12246ac4bd6fdc9c.zip |
Unbreak installation of renamed icons and remove patch which is no longer
necessary
PR: 74583
Submitted by: maintainer
Diffstat (limited to 'www/p5-Apache-Gallery/Makefile')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 556669ad6ec7..afab3b674fae 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -25,8 +25,6 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Installation fails - .if defined(WITH_APACHE2) BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 DEPENDS_ARGS+= WITHOUT_MODPERL=yes @@ -47,9 +45,9 @@ TEMPLATEFILES= dircomment.tpl directory.tpl error.tpl file.tpl index.tpl \ orig.tpl picture.tpl scale.tpl pictureinfo.tpl refresh.tpl \ scale.tpl scaleactive.tpl showpicture.tpl \ slideshowisoff.tpl slideshowoff.tpl -ICONS= application-doc.png application-mp3.png application-ogg.png \ - application-pdf.png application-rtf.png application-wav.png \ - video-asf.png video-avi.png c.png \ +ICONS= application-doc.png application-pdf.png application-rtf.png \ + sound-mp3.png sound-ogg.png sound-wav.png \ + video-asf.png video-avi.png \ video-mov.png video-mpeg.png video-mpg.png video-wmv.png \ video-asf.png agfolder.png |