diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-19 19:09:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-19 19:09:27 +0800 |
commit | b4028a01256e61b2dc0d45d85a5015692ab30a78 (patch) | |
tree | 40f07f6c66586b412cc59eefc8986309ef7f63f6 | |
parent | a29046dbccb9c48fc1e38753defc8778098e6e38 (diff) | |
download | freebsd-ports-gnome-b4028a01256e61b2dc0d45d85a5015692ab30a78.tar.gz freebsd-ports-gnome-b4028a01256e61b2dc0d45d85a5015692ab30a78.tar.zst freebsd-ports-gnome-b4028a01256e61b2dc0d45d85a5015692ab30a78.zip |
add missing dependency
-rw-r--r-- | graphics/multivideo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/multivideo/Makefile b/graphics/multivideo/Makefile index a2a3cb53196a..ac986ebbccb0 100644 --- a/graphics/multivideo/Makefile +++ b/graphics/multivideo/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= wx_gtk-2.2:${PORTSDIR}/x11-toolkits/wxgtk + USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes |