diff options
author | kris <kris@FreeBSD.org> | 2004-04-29 18:09:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-29 18:09:08 +0800 |
commit | 10d98aa582cf310f5b11cd6d3805827b02f24b93 (patch) | |
tree | d27b0a76e17a5c0fa39e244d4068b0c3866e4292 /misc/wmx10 | |
parent | 7a550df0b930e5e67a49e9fc20bbdbfdc3543215 (diff) | |
download | freebsd-ports-gnome-10d98aa582cf310f5b11cd6d3805827b02f24b93.tar.gz freebsd-ports-gnome-10d98aa582cf310f5b11cd6d3805827b02f24b93.tar.zst freebsd-ports-gnome-10d98aa582cf310f5b11cd6d3805827b02f24b93.zip |
Convert last 3 explicit dependencies on graphics/xpm to USE_XPM=YES
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> |