diff options
author | Mark Murray <markm@FreeBSD.org> | 2005-05-21 20:39:50 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2005-05-21 20:39:50 +0000 |
commit | 5b8403b8afef4d909a1a1e5fe91240c561165759 (patch) | |
tree | 7af9f4203859d8da887f1e7249c80952dad08f19 /graphics/gimp-ufraw | |
parent | d15aa07bd8b971f1c1dd2a8ff41b52c26403b7df (diff) | |
download | ports-5b8403b8afef4d909a1a1e5fe91240c561165759.tar.gz ports-5b8403b8afef4d909a1a1e5fe91240c561165759.zip |
Fix this for hopefully the final time.
Thanks to: kris
Notes
Notes:
svn path=/head/; revision=135815
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index dcabb8a0f1ba..add65a9e5255 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -4,16 +4,17 @@ # # $FreeBSD$ -PORTNAME= ufraw +PORTNAME= gimp-ufraw PORTVERSION= 0.4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ufraw +DISTNAME= ufraw-${PORTVERSION} MAINTAINER= markm@FreeBSD.org COMMENT= GIMP plug-in for raw digital camera image importing -RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp +BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff |