diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-18 10:13:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-18 10:13:28 +0000 |
commit | b2497b31a2955ae49275978c79db6d4558b12c86 (patch) | |
tree | b023cac96f13db1bdcca7b394e01d0b1ec93f11d /graphics/fotoxx | |
parent | 09a705d84b9f12afc1c81e14a5c29e75252fed2b (diff) |
Notes
Diffstat (limited to 'graphics/fotoxx')
-rw-r--r-- | graphics/fotoxx/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index a48e12e2d02e..c0b370d97aa3 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fotoxx-11.03 -# Date created: 2011-03-28 -# Whom: Rod Person <rodperson@rodperson.com> -# +# Created by: Rod Person <rodperson@rodperson.com> # $FreeBSD$ -# PORTNAME= fotoxx PORTVERSION= 11.03 @@ -15,6 +11,8 @@ MASTER_SITES= http://kornelix.squarespace.com/downloads/ \ MAINTAINER= rodperson@rodperson.com COMMENT= Application to organize and edit image collections +BROKEN= Does not fetch + LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ufraw-batch:${PORTSDIR}/graphics/ufraw \ |