diff options
author | rhialto <rhialto@pkgsrc.org> | 2021-04-03 13:07:29 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2021-04-03 13:07:29 +0000 |
commit | f2797b35d3adddcb071ac50a90a0bab2f80c446a (patch) | |
tree | aed6b83d932ce7dc82bec356d46809debb026e58 /emulators | |
parent | 7fa1d339772af8c2aed1fc8f27d62ffc99583a01 (diff) | |
download | pkgsrc-f2797b35d3adddcb071ac50a90a0bab2f80c446a.tar.gz |
Fix PLIST for options gtk3 and vice-x64.
No version bump needed, since the combination would not build a package:
unexpected file share/applications/vice-org-x64.desktop.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vice/PLIST b/emulators/vice/PLIST index 7ff3baf8bd7..3a1225d84d7 100644 --- a/emulators/vice/PLIST +++ b/emulators/vice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2021/01/09 05:20:58 mef Exp $ +@comment $NetBSD: PLIST,v 1.31 2021/04/03 13:07:29 rhialto Exp $ bin/c1541 bin/cartconv bin/petcat @@ -16,6 +16,7 @@ bin/xvic @comment ${PLIST.desktop}etc/xdg/menus/applications-merged/vice-org-vice-org.menu ${PLIST.desktop}share/applications/vice-org-vsid.desktop ${PLIST.desktop}share/applications/vice-org-x128.desktop +${PLIST.desktop}${PLIST.x64}share/applications/vice-org-x64.desktop ${PLIST.desktop}share/applications/vice-org-x64dtv.desktop ${PLIST.desktop}share/applications/vice-org-x64sc.desktop ${PLIST.desktop}share/applications/vice-org-xcbm2.desktop |