diff options
author | Eric Melville <eric@FreeBSD.org> | 2003-01-05 04:24:40 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2003-01-05 04:24:40 +0000 |
commit | 99d376bc04525af7c3cd298119cac92150184548 (patch) | |
tree | f772972faaa3d10e7ff5a26eac74d7e6db0d0698 /misc/wmx10 | |
parent | 382d305980767767eff7ed55969a9a1b51d3e38d (diff) | |
download | ports-99d376bc04525af7c3cd298119cac92150184548.tar.gz ports-99d376bc04525af7c3cd298119cac92150184548.zip |
Remove dependency on XFree86-aoutlibs.
Submitted by: sada
Notes
Notes:
svn path=/head/; revision=72550
Diffstat (limited to 'misc/wmx10')
-rw-r--r-- | misc/wmx10/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/wmx10/Makefile b/misc/wmx10/Makefile index 59051ee268d4..5de1d7ff3e16 100644 --- a/misc/wmx10/Makefile +++ b/misc/wmx10/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/ MAINTAINER= eric@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - Xext.6:${PORTSDIR}/x11/XFree86-aoutlibs +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/wmx10.app/wmx10 |