diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-29 08:16:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-29 08:16:50 +0000 |
commit | da48c07e3c075523628b2bf94f18408c8c639f27 (patch) | |
tree | f43b00996e159941a52d9b6fa706831e3cba4ae7 /x11 | |
parent | 874ea2fe6f60017d48e294fbfcb02b64340ec45b (diff) | |
download | ports-da48c07e3c075523628b2bf94f18408c8c639f27.tar.gz ports-da48c07e3c075523628b2bf94f18408c8c639f27.zip |
- Add missing dependencies
Submitted by: zloidemon <g.veniamin@googlemail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=248789
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwinwrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xwinwrap/Makefile b/x11/xwinwrap/Makefile index adbd3b2ccdb4..dd8e6466539d 100644 --- a/x11/xwinwrap/Makefile +++ b/x11/xwinwrap/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= amd64 i386 USE_BZIP2= yes -USE_XLIB= xrender xext +USE_XLIB= x11 xproto xrender xext PLIST_FILES= bin/${PORTNAME} .include <bsd.port.pre.mk> |