summaryrefslogtreecommitdiff
path: root/misc/wmx10
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-29 10:09:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-29 10:09:08 +0000
commitfbebe6b7a27003b3885cc9fdb3cde597aea41f57 (patch)
treee7665914aca739f9d92d5dcd07d25652f83190e8 /misc/wmx10
parentForgot to cvs add this patch in my previous commit; it reverts the (diff)
Convert last 3 explicit dependencies on graphics/xpm to USE_XPM=YES
Notes
Notes: svn path=/head/; revision=107960
Diffstat (limited to 'misc/wmx10')
-rw-r--r--misc/wmx10/Makefile3
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>