diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2014-03-13 03:50:44 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2014-03-13 03:50:44 +0000 |
commit | 5d115a4dea2361693b358cc351aa9ceaea683a8f (patch) | |
tree | f950e4f9632d7ee10424b179e756e6d71a6566d2 /misc | |
parent | cf8a83a7242586096e8eee14ff416c67b91d7fb9 (diff) |
Modernize my ports
Notes
Notes:
svn path=/head/; revision=348025
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kbdscan/Makefile | 2 | ||||
-rw-r--r-- | misc/pastebinit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/kbdscan/Makefile b/misc/kbdscan/Makefile index 6a276775955d..b6bd823c3e4c 100644 --- a/misc/kbdscan/Makefile +++ b/misc/kbdscan/Makefile @@ -10,7 +10,7 @@ COMMENT= Kbdscan shows the scancodes of keys pressed LICENSE= ISCL -USE_BZIP2= yes +USES= tar:bzip2 PLIST_FILES= bin/${PORTNAME} diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index 124c4c7f4d09..bcaf0bc8f813 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON= yes NO_BUILD= yes |