diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:23:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:23:20 +0000 |
commit | de15f3b2a303f44269b795195a6d8772a69f27da (patch) | |
tree | 7d1331baa836de981560e9f103c03ccb3b19ca05 /deskutils | |
parent | 1b7647a5fd48370ad90f2972fc9f1e485c1d1e52 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326504
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ljit/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile index 5730880798f4..af1210a68295 100644 --- a/deskutils/ljit/Makefile +++ b/deskutils/ljit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ljit -# Date created: 09 Sep 2004 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ljit PORTVERSION= 0.2.5 @@ -23,7 +19,7 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 PLIST_FILES= bin/ljit share/locale/ru/LC_MESSAGES/ljit.mo |