diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /x11/numlockx | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'x11/numlockx')
-rw-r--r-- | x11/numlockx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile index 3fa142366f7b..e4213ee0714a 100644 --- a/x11/numlockx/Makefile +++ b/x11/numlockx/Makefile @@ -8,7 +8,7 @@ PORTNAME= numlockx PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://ktown.kde.org/~seli/numlockx/ \ http://caraldi.com/jbq/numlockx/ @@ -17,8 +17,8 @@ MAINTAINER= jb.quenot@caraldi.com COMMENT= This little thingy allows you to start X with NumLock turned on GNU_CONFIGURE= yes +USE_XORG= x11 xext PLIST_FILES= bin/numlockx -USE_X_PREFIX= yes # Needed for the "configure" program to find XTest and XKB header files CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" |