diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:01:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:01:54 +0000 |
commit | 57274ab8ede0d5ac881994cf1b208abbc89ad746 (patch) | |
tree | debc36e6aa4a9a69632b979fec79ad047db4e65a /x11-wm | |
parent | - Fix gdk-pixbuf-related problems; (diff) |
Explicitly add libPropList into LIB_DEPENDS, because it is no longer installed
as part of WindoMaker dependency list.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gnome2wmaker/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/gnome2wmaker/Makefile b/x11-wm/gnome2wmaker/Makefile index a3bc0a35cc92..f7307fa1288a 100644 --- a/x11-wm/gnome2wmaker/Makefile +++ b/x11-wm/gnome2wmaker/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://ulli.on.openave.net/gnome2wmaker/ MAINTAINER= reg@FreeBSD.org +LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_BZIP2= yes |