diff options
author | markm <markm@FreeBSD.org> | 2005-05-22 04:39:50 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2005-05-22 04:39:50 +0800 |
commit | 4546bebdbe151985bb33eee4fa7a61cdb330eb4a (patch) | |
tree | 754dfca0fccf8f525945cbdcadaf00a919482546 /graphics | |
parent | f09dd721e853e15304172af1785135a3e0b1de25 (diff) | |
download | freebsd-ports-gnome-4546bebdbe151985bb33eee4fa7a61cdb330eb4a.tar.gz freebsd-ports-gnome-4546bebdbe151985bb33eee4fa7a61cdb330eb4a.tar.zst freebsd-ports-gnome-4546bebdbe151985bb33eee4fa7a61cdb330eb4a.zip |
Fix this for hopefully the final time.
Thanks to: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 5 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 5 |
2 files changed, 6 insertions, 4 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 diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index dcabb8a0f1ba..add65a9e5255 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/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 |