diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-03 09:33:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-03 09:33:24 +0000 |
commit | 6e095bbb91c12477050a4568c54ead17a888506c (patch) | |
tree | 5e3890f356ad696743f6a4ae308de7530f44b664 /x11 | |
parent | 46bfe0e2dc78d681820ae6f82efb11bc6b4f4202 (diff) | |
download | ports-6e095bbb91c12477050a4568c54ead17a888506c.tar.gz ports-6e095bbb91c12477050a4568c54ead17a888506c.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/numlockx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile index 1061a503f146..f457d986e5cc 100644 --- a/x11/numlockx/Makefile +++ b/x11/numlockx/Makefile @@ -7,6 +7,7 @@ PORTNAME= numlockx PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://caraldi.com/jbq/numlockx/ \ http://dforce.sh.cvut.cz/~seli/en/numlockx/ @@ -14,9 +15,7 @@ MASTER_SITES= http://caraldi.com/jbq/numlockx/ \ MAINTAINER= jb.quenot@caraldi.com COMMENT= This little thingy allows you to start X with NumLock turned on -BROKEN= Package build fails, will be removed after Feb 2 - -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_X_PREFIX= yes # Needed for the "configure" program to find XTest and XKB header files |