diff options
author | tnn <tnn@pkgsrc.org> | 2015-10-22 14:34:45 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-10-22 14:34:45 +0000 |
commit | ce51f55a3aa8fbd855bfa93262b71c6b22176369 (patch) | |
tree | 64e1f45e350049e2a30e7ce6a5a68feffd33e43a /x11/lbxproxy | |
parent | f0c8a54d777a3293c8c703eea80dc8c3314fdc5a (diff) | |
download | pkgsrc-ce51f55a3aa8fbd855bfa93262b71c6b22176369.tar.gz |
Does not need a fortran compiler. Please do not add fortran
to USE_LANGUAGES just to appease broken configure scripts.
Diffstat (limited to 'x11/lbxproxy')
-rw-r--r-- | x11/lbxproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lbxproxy/Makefile b/x11/lbxproxy/Makefile index a61047c1238..f14a247271b 100644 --- a/x11/lbxproxy/Makefile +++ b/x11/lbxproxy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/07/04 18:06:37 richard Exp $ +# $NetBSD: Makefile,v 1.14 2015/10/22 14:34:45 tnn Exp $ DISTNAME= lbxproxy-1.0.3 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 |