diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-16 07:51:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-16 07:51:04 +0000 |
commit | 08b69a1586e499ab2139c02ef50c4ed0c40dfda1 (patch) | |
tree | c9c6f512409ebf65e5bf06549804eefaf747a6dc /vietnamese | |
parent | 7bbcd81e1e73279e08a53a5d8836c2f3dcc63414 (diff) | |
download | ports-08b69a1586e499ab2139c02ef50c4ed0c40dfda1.tar.gz ports-08b69a1586e499ab2139c02ef50c4ed0c40dfda1.zip |
1: remove NO_STAGE.
2: USES=tar:bzip2
Notes
Notes:
svn path=/head/; revision=362045
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/x-unikey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vietnamese/x-unikey/Makefile b/vietnamese/x-unikey/Makefile index 315dfa4ee9a1..d622c6b9f8eb 100644 --- a/vietnamese/x-unikey/Makefile +++ b/vietnamese/x-unikey/Makefile @@ -10,11 +10,10 @@ MASTER_SITE_SUBDIR= unikey/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Vietnamese input method for X -USE_BZIP2= yes +USES= tar:bzip2 USE_XORG= x11 GNU_CONFIGURE= yes PLIST_FILES= bin/unikey bin/ukxim -NO_STAGE= yes .include <bsd.port.mk> |