diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 15:38:49 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 15:38:49 +0000 |
commit | 0da9215ad370db44debdbdb0d04323a4f50dd0c9 (patch) | |
tree | fc5a7b32228160cf98d6b3c557005eef387ef1c7 /graphics | |
parent | Port needs TCL. (diff) |
Port depends on tiff.4
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=37131
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/liblug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index 36dc8e114d04..8be2d7c9dce4 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= greid@ukug.uk.freebsd.org -WRKSRC= ${WRKDIR}/lug +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +WRKSRC= ${WRKDIR}/lug MAKEFILE= Makefile.linux - INSTALLS_SHLIB= yes .include <bsd.port.mk> |