aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-10-27 11:53:45 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-10-27 11:53:45 +0000
commitb9a691ffbb1d9b295f988e5c761c8e41703c98c5 (patch)
treeb926ce8972aefdc8d8b8994840c5b2bccd02d839 /deskutils
parente1dd81efcf3ec1114d9e86fac0e747d00b4fb6af (diff)
downloadports-b9a691ffbb1d9b295f988e5c761c8e41703c98c5.tar.gz
ports-b9a691ffbb1d9b295f988e5c761c8e41703c98c5.zip
Fix RUN_DEPENDS. No PORTREVISION bump since this bug existed for only
15 minutes. Approved by: fjoe (mentor, implicit)
Notes
Notes: svn path=/head/; revision=120307
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/ljit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile
index dca68aca5558..54ea1790832a 100644
--- a/deskutils/ljit/Makefile
+++ b/deskutils/ljit/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= danfe@FreeBSD.org
COMMENT= GUI tool to help LiveJournal users post images
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
-#RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"