Diff for /scripts/pgallery/port/Makefile between versions 1.2 and 1.3

version 1.2, 2012/08/28 10:44:37 version 1.3, 2012/08/28 17:40:51
Line 2 Line 2
 # Date created:         27 Aug 2012  # Date created:         27 Aug 2012
 # Whom:                 Aron Schlesinger <as@paefchen.net  # Whom:                 Aron Schlesinger <as@paefchen.net
 #  #
# $Paefchen: scripts/pgallery/port/Makefile,v 1.1 2012/08/27 14:23:55 as Exp $# $Paefchen: scripts/pgallery/port/Makefile,v 1.2 2012/08/28 10:44:37 as Exp $
 #  #
   
 PORTNAME=       pgallery  PORTNAME=       pgallery
PORTVERSION=    1.1PORTVERSION=    1.2
 CATEGORIES=     www  CATEGORIES=     www
 MASTER_SITES=   http://www.paefchen.net/~as/freebsd/distfiles/  MASTER_SITES=   http://www.paefchen.net/~as/freebsd/distfiles/
 DISTNAME=       ${PORTNAME}-${DISTVERSION}  DISTNAME=       ${PORTNAME}-${DISTVERSION}
Line 22  NO_BUILD= yes Line 22  NO_BUILD= yes
 RUN_DEPENDS+=   convert:${PORTSDIR}/graphics/ImageMagick  RUN_DEPENDS+=   convert:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS+=   imginfo:${PORTSDIR}/graphics/jasper  RUN_DEPENDS+=   imginfo:${PORTSDIR}/graphics/jasper
 RUN_DEPENDS+=   exifautotran:${PORTSDIR}/graphics/jpeg  RUN_DEPENDS+=   exifautotran:${PORTSDIR}/graphics/jpeg
   RUN_DEPENDS+=   exiftran:${PORTSDIR}/graphics/exiftran
   RUN_DEPENDS+=   exif:${PORTSDIR}/graphics/exif
   
 PLIST_FILES=    bin/${PORTNAME}  PLIST_FILES=    bin/${PORTNAME}
   

Removed from v.1.2  
changed lines
  Added in v.1.3