diff options
author | eric <eric@FreeBSD.org> | 2003-01-05 12:24:40 +0800 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2003-01-05 12:24:40 +0800 |
commit | a7f44cc890027a9f5f5552c50e87f450947cd69c (patch) | |
tree | 5193db1e571fda1353f907a58ba9113bc83d086b /misc/wmx10 | |
parent | 041ef5d1eaf363dcb05794098ec39322ad4d73bb (diff) | |
download | freebsd-ports-gnome-a7f44cc890027a9f5f5552c50e87f450947cd69c.tar.gz freebsd-ports-gnome-a7f44cc890027a9f5f5552c50e87f450947cd69c.tar.zst freebsd-ports-gnome-a7f44cc890027a9f5f5552c50e87f450947cd69c.zip |
Remove dependency on XFree86-aoutlibs.
Submitted by: sada
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 |