diff options
author | krion <krion@FreeBSD.org> | 2004-01-29 17:19:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-29 17:19:58 +0800 |
commit | fe86ca9609c8aa77fe047512a2f08368a38f3a88 (patch) | |
tree | f43b3c08ff6846836df898698b33cedc0a319357 /x11-wm | |
parent | 20aaea8455d24e1dbcc841db10280b9e63094863 (diff) | |
download | freebsd-ports-gnome-fe86ca9609c8aa77fe047512a2f08368a38f3a88.tar.gz freebsd-ports-gnome-fe86ca9609c8aa77fe047512a2f08368a38f3a88.tar.zst freebsd-ports-gnome-fe86ca9609c8aa77fe047512a2f08368a38f3a88.zip |
- Add missing LIB_DEPENDS
Noticed by: kris via bento
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phluid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index f0d774b9bc31..195cafc4ca55 100644 --- a/x11-wm/phluid/Makefile +++ b/x11-wm/phluid/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= phluid MAINTAINER= ports@FreeBSD.org COMMENT= A window manager that emphasizes efficiency, speed, and beauty +LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 + USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes |