diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 13:47:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 13:47:11 +0000 |
commit | 48713519b7969a32b466e7bdb80761558174e3fd (patch) | |
tree | 0b08f1146d6005f8d472b2a0f696ed272355335b /graphics/cqcam | |
parent | One more xpm dependency. (diff) |
Add jpeg dependency.
Notes
Notes:
svn path=/head/; revision=14957
Diffstat (limited to 'graphics/cqcam')
-rw-r--r-- | graphics/cqcam/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 4ed883963069..63377d7b1f2c 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -3,7 +3,7 @@ # Date created: 29 Oct 1997 # Whom: Kensaku Masuda <greg@greg.rim.or.jp> # -# $Id: Makefile,v 1.6 1998/09/25 10:05:07 asami Exp $ +# $Id: Makefile,v 1.7 1998/10/05 03:18:32 steve Exp $ # DISTNAME= cqcam-0.45a @@ -13,7 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ + jpeg.9:${PORTSDIR}/graphics/jpeg MAN1= cqcam.1 MLINKS= cqcam.1 webcam.1 \ |