diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-03 17:33:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-03 17:33:24 +0800 |
commit | f2f81f6addf74535934460798099718b6e0db235 (patch) | |
tree | e41f26cf79fd3d84f37f0ba76bff73ebd5e3bc95 /x11/numlockx | |
parent | 04e52a5bdd899b4b69bf60f0e55f16f17220da2f (diff) | |
download | freebsd-ports-gnome-f2f81f6addf74535934460798099718b6e0db235.tar.gz freebsd-ports-gnome-f2f81f6addf74535934460798099718b6e0db235.tar.zst freebsd-ports-gnome-f2f81f6addf74535934460798099718b6e0db235.zip |
Fixed configure and unbroke by maintainer request on a thread on -ports.
Diffstat (limited to 'x11/numlockx')
-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 |