diff options
author | alex <alex@FreeBSD.org> | 2001-01-12 23:38:49 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-12 23:38:49 +0800 |
commit | e86ea800eb66c71b898c5f1a8eb7c819540dc660 (patch) | |
tree | 1d47fd54e882593799376c347a1237e757f0c8a4 /graphics | |
parent | c9ec7dff6c5eb922ecc24f73a13b427545a3bfa6 (diff) | |
download | freebsd-ports-gnome-e86ea800eb66c71b898c5f1a8eb7c819540dc660.tar.gz freebsd-ports-gnome-e86ea800eb66c71b898c5f1a8eb7c819540dc660.tar.zst freebsd-ports-gnome-e86ea800eb66c71b898c5f1a8eb7c819540dc660.zip |
Port depends on tiff.4
Submitted by: bento
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> |