diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 14:48:06 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 14:48:06 +0000 |
commit | 880579f55a8eac2d55fe4b1de7a47dbb71786c7e (patch) | |
tree | e868c9405b4ba56a46152a4783a66eaf09dc81ed /sysutils/less/Makefile | |
parent | 6ecd70e6ce91c2f6ee2456a7f61d398836b270c8 (diff) | |
download | ports-880579f55a8eac2d55fe4b1de7a47dbb71786c7e.tar.gz ports-880579f55a8eac2d55fe4b1de7a47dbb71786c7e.zip |
Notes
Diffstat (limited to 'sysutils/less/Makefile')
-rw-r--r-- | sysutils/less/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index 51f38dead7c3..7ea7beb988de 100644 --- a/sysutils/less/Makefile +++ b/sysutils/less/Makefile @@ -5,14 +5,14 @@ PORTNAME= less PORTVERSION= 458 CATEGORIES= sysutils MASTER_SITES= http://www.greenwoodsoftware.com/less/ \ - http://bitrote.org/distfiles/ + http://bitrote.org/distfiles/ MAINTAINER= jharris@widomaker.com COMMENT= Better pager utility LICENSE= GPLv3 -USES+= cpe +USES= cpe ncurses CPE_VENDOR= gnu GNU_CONFIGURE= yes |