diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-06 07:28:40 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-06 07:28:40 +0800 |
commit | ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e (patch) | |
tree | 769ce24c63f8d103b2703b350e5f2102d86fd092 | |
parent | c2338d0e600e323b17e7b9573f16c0e42303b852 (diff) | |
download | marcuscom-ports-ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e.tar marcuscom-ports-ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e.tar.gz marcuscom-ports-ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e.tar.bz2 marcuscom-ports-ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e.tar.lz marcuscom-ports-ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e.tar.xz marcuscom-ports-ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e.tar.zst marcuscom-ports-ff9fc99ad4e5b4fe1b9f7826bd90ed820a736c3e.zip |
Add desktop-file-utils in the BUILD_DEPENDS to fix the plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7600 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/fyre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index db064c8b5..0ed08a440 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -7,7 +7,7 @@ PORTNAME= fyre PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://samy.kerneled.org/ports/ \ http://www.felinemenace.org/~nemo/ @@ -15,6 +15,7 @@ MASTER_SITES= http://samy.kerneled.org/ports/ \ MAINTAINER= sbahra@kerneled.org COMMENT= Chaos map rendering system with GTK+-2 interface +BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils LIB_DEPENDS= Half:${PORTSDIR}/graphics/OpenEXR \ gnet-2.0:${PORTSDIR}/net/gnet2 |