diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:18 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:18 +0000 |
commit | 1b3d8298f00d425f4e466dc67f91071568e3a630 (patch) | |
tree | 3c44a2ccb4157a42ff56129ddc17d27b7af0ca53 /lang/picoc | |
parent | 78e1a992c1f592a6a521ff042ebfef386fd71ac1 (diff) |
Diffstat (limited to 'lang/picoc')
-rw-r--r-- | lang/picoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 4fdae8dbbc96..315181874e35 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -15,7 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= zsaleeba GH_TAGNAME= 4555e84 -USES= gmake readline +USES= cpe gmake readline +CPE_VENDOR= ${PORTNAME}_project PLIST_FILES= bin/picoc |