diff options
Diffstat (limited to 'www/dalbum/Makefile')
-rw-r--r-- | www/dalbum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dalbum/Makefile b/www/dalbum/Makefile index f354c1eb5170..b9a8f1c90f53 100644 --- a/www/dalbum/Makefile +++ b/www/dalbum/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= sem@FreeBSD.org COMMENT= Free, highly customizable PHP photo album -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= convert:graphics/ImageMagick USES= cpe CPE_VERSION= ${PORTVERSION:C/^([0-9])([0-9][0-9]).*/\1.\2/} |