diff options
author | gahr <gahr@FreeBSD.org> | 2019-06-13 23:02:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2019-06-13 23:02:39 +0800 |
commit | 4a8c2a29c88bb9e903c0e14ecaab6f1dab50a422 (patch) | |
tree | e2a99d843e0cba75dc544dcd7712f40da3e515a6 /x11-toolkits | |
parent | 33a6e53bd30f7ea7ca164ba04347a0deb6cc337d (diff) | |
download | freebsd-ports-gnome-4a8c2a29c88bb9e903c0e14ecaab6f1dab50a422.tar.gz freebsd-ports-gnome-4a8c2a29c88bb9e903c0e14ecaab6f1dab50a422.tar.zst freebsd-ports-gnome-4a8c2a29c88bb9e903c0e14ecaab6f1dab50a422.zip |
Remove left-over meaningless 85+ from USES t(cl|k)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ocaml-labltk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tkdnd/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tkshape/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/ocaml-labltk/Makefile b/x11-toolkits/ocaml-labltk/Makefile index f939921af139..6fbd5cee87b1 100644 --- a/x11-toolkits/ocaml-labltk/Makefile +++ b/x11-toolkits/ocaml-labltk/Makefile @@ -13,7 +13,7 @@ COMMENT= Objective Caml interface to Tk LICENSE= LGPL20 -USES= gmake tk:85+ +USES= gmake tk HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes MAKE_ENV+= STAGEDIR="${STAGEDIR}" diff --git a/x11-toolkits/tkdnd/Makefile b/x11-toolkits/tkdnd/Makefile index 1bbc27468f17..97e24a971492 100644 --- a/x11-toolkits/tkdnd/Makefile +++ b/x11-toolkits/tkdnd/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Native drag and drop capabilities for Tk -USES+= tk:85+,tea +USES+= tk:tea USE_XORG= x11 xext TCL_PKG= ${PORTNAME}${PORTVERSION} diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile index 6e6fbc382cf4..ffc2af7ebee2 100644 --- a/x11-toolkits/tkshape/Makefile +++ b/x11-toolkits/tkshape/Makefile @@ -12,7 +12,7 @@ DISTNAME= shape${PORTVERSION:S/.//g} MAINTAINER= nivit@FreeBSD.org COMMENT= Tk library to access to X Shaped Window Extension -USES= gmake tk:85+ +USES= gmake tk USE_XORG= x11 xext |