diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-08 17:13:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-08 17:13:17 +0000 |
commit | 7398eb9f932728fa0782c1785a8ecc31b74eab72 (patch) | |
tree | 6ff15043e5da0f844be88f8daac15ff65534aa56 /misc/wmx10/Makefile | |
parent | d8c909b95faeae3e63165b6b95f9289873d8758a (diff) |
Fix build with gcc-3.4
Support CC/CFLAGS properly
PR: ports/70171
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=115666
Diffstat (limited to 'misc/wmx10/Makefile')
-rw-r--r-- | misc/wmx10/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/wmx10/Makefile b/misc/wmx10/Makefile index dc1f3c582053..6f9044dc995e 100644 --- a/misc/wmx10/Makefile +++ b/misc/wmx10/Makefile @@ -14,11 +14,12 @@ MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/ MAINTAINER= ports@FreeBSD.org COMMENT= Remote control for X10 devices -PLIST_FILES= bin/wmx10 WRKSRC= ${WRKDIR}/wmx10.app/wmx10 -USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes +USE_GMAKE= yes + +PLIST_FILES= bin/wmx10 .include <bsd.port.mk> |