diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-29 10:09:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-29 10:09:08 +0000 |
commit | fbebe6b7a27003b3885cc9fdb3cde597aea41f57 (patch) | |
tree | e7665914aca739f9d92d5dcd07d25652f83190e8 /misc/wmx10 | |
parent | 2c19fe48dc1084a42b373edc5d84c68ac9b49599 (diff) | |
download | ports-fbebe6b7a27003b3885cc9fdb3cde597aea41f57.tar.gz ports-fbebe6b7a27003b3885cc9fdb3cde597aea41f57.zip |
Notes
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 dae85272a872..dc1f3c582053 100644 --- a/misc/wmx10/Makefile +++ b/misc/wmx10/Makefile @@ -14,12 +14,11 @@ MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/ MAINTAINER= ports@FreeBSD.org COMMENT= Remote control for X10 devices -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm - PLIST_FILES= bin/wmx10 WRKSRC= ${WRKDIR}/wmx10.app/wmx10 USE_GMAKE= yes USE_X_PREFIX= yes +USE_XPM= yes .include <bsd.port.mk> |