summaryrefslogtreecommitdiff
path: root/news/PicMonger
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-21 00:52:30 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-21 00:52:30 +0000
commita5f244f0402f4bb92bcf6b7611dfa707545009df (patch)
tree425aad5549a31f5ec0873137845848e4256a1fed /news/PicMonger
parentWelcome XFree86-4 into the world of FreeBSD/Alpha. (diff)
Add missing line continuation character in LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=31799
Diffstat (limited to 'news/PicMonger')
-rw-r--r--news/PicMonger/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/PicMonger/Makefile b/news/PicMonger/Makefile
index d00ddf5c9407..38d9bab3ea35 100644
--- a/news/PicMonger/Makefile
+++ b/news/PicMonger/Makefile
@@ -13,7 +13,8 @@ MASTER_SITES= http://download.sourceforge.net/PicMonger/
MAINTAINER= dburr@FreeBSD.ORG
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- gtkmm-1.2:${PORTSDIR}/x11-toolkits/gtk--
+ gtkmm-1.2:${PORTSDIR}/x11-toolkits/gtk-- \
+ Imlib.5:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config